HomeSort by relevance Sort by last modified time
    Searched refs:__except (Results 1 - 24 of 24) sorted by null

  /external/clang/test/Sema/
__try.c 47 } // expected-error{{expected '__except' or '__finally' block}}
50 __except ( FilterExpression() ) { // expected-warning{{implicit declaration of function '__except' is invalid in C99}} \
64 __except( try_scope ? 1 : -1 ) // expected-error{{undeclared identifier 'try_scope'}} expected-error{{expected expression}}
73 __except( ) { // expected-error{{expected expression}} expected-error{{expected expression}} function
81 __except ( FilterExpression(GetExceptionCode()) ) {
88 __except( FilterExpression(__exception_code()) ) {
95 __except( FilterExceptionInformation(__exception_info()) ) {
102 __except(FilterExceptionInformation( GetExceptionInformation() ) ) {
111 __except ( NotFilterExpression() ) { // expected-error{{filter expression type should be an integral value (…)
    [all...]
  /external/libvpx/vpx_ports/
arm_cpudetect.c 64 __except(GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION)
77 __except(GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION)
91 __except(GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION)
  /external/chromium/base/win/
wrapped_window_proc.h 61 } __except(CallExceptionFilter(GetExceptionInformation())) {
  /external/clang/test/SemaCXX/
__try.cpp 42 __except(EXCEPTION_EXECUTE_HANDLER) function
MicrosoftExtensions.cpp 204 void f() { int __except = 0; } local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 249 exceptions(iostate __except)
251 _M_exception = __except;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_ios.h 249 exceptions(iostate __except)
251 _M_exception = __except;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;
  /external/chromium/base/threading/
platform_thread_win.cc 111 } __except(EXCEPTION_CONTINUE_EXECUTION) { function
  /external/openssl/crypto/rand/
rand_win.c 534 __except (EXCEPTION_EXECUTE_HANDLER) function
699 } __except(EXCEPTION_EXECUTE_HANDLER) { function
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingWin.cpp 135 } __except (EXCEPTION_CONTINUE_EXECUTION) { function
  /external/chromium/base/
message_loop.cc 330 } __except(SEHFilter(current_filter)) {
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 332 __except(EXCEPTION_CONTINUE_EXECUTION) { function
proxydetect.cc 620 } __except(EXCEPTION_EXECUTE_HANDLER) { function
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 389 // This function is useful as an __except condition.
    [all...]
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 317 #define EXCEPT(x) } __except (EXCEPTION_EXECUTE_HANDLER) { x; }
  /external/protobuf/gtest/src/
gtest.cc 488 // This function is useful as an __except condition.
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 507 // This function is useful as an __except condition.
    [all...]
  /external/gtest/src/
gtest.cc 507 // This function is useful as an __except condition.
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 507 // This function is useful as an __except condition.
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 793 // This function is useful as an __except condition.
    [all...]

Completed in 1701 milliseconds