Searched defs:__except (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Sema/
H A D__try.c47 } // 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 ( NotFilterExpressio
[all...]
/external/clang/test/SemaCXX/
H A D__try.cpp42 __except(EXCEPTION_EXECUTE_HANDLER) function
H A DMicrosoftExtensions.cpp204 void f() { int __except = 0; } local
/external/chromium/base/threading/
H A Dplatform_thread_win.cc111 } __except(EXCEPTION_CONTINUE_EXECUTION) { function
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadingWin.cpp135 } __except (EXCEPTION_CONTINUE_EXECUTION) { function
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.cc332 __except(EXCEPTION_CONTINUE_EXECUTION) { function
H A Dproxydetect.cc620 } __except(EXCEPTION_EXECUTE_HANDLER) { function
/external/openssl/crypto/rand/
H A Drand_win.c534 __except (EXCEPTION_EXECUTE_HANDLER) function
699 } __except(EXCEPTION_EXECUTE_HANDLER) { function

Completed in 218 milliseconds