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

/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_seh.cc40 } __except(EXCEPTION_EXECUTE_HANDLER) { function
41 fprintf(stderr, "__except: %p\n", &local);
H A Dseh.cc39 } __except(EXCEPTION_EXECUTE_HANDLER) { function
40 fprintf(stderr, "__except: %p\n", &local);
/external/clang/test/SemaCXX/
H A D__try.cpp42 __except(EXCEPTION_EXECUTE_HANDLER) function
64 } __except(true) { function
H A DMicrosoftExtensions.cpp178 void f() { int __except = 0; } local
/external/clang/test/Sema/
H A D__try.c50 } // expected-error{{expected '__except' or '__finally' block}}
53 __except ( FilterExpression() ) { // expected-warning{{implicit declaration of function '__except' is invalid in C99}} \
67 __except( try_scope ? 1 : -1 ) // expected-error{{undeclared identifier 'try_scope'}} expected-error{{expected expression}}
76 __except( ) { // expected-error{{expected expression}} expected-error{{expected expression}} function
84 __except ( FilterExpression(GetExceptionCode()) ) {
91 __except( FilterExpression(__exception_code()) ) {
98 __except( FilterExceptionInformation(__exception_info()) ) {
105 __except(FilterExceptionInformation( GetExceptionInformation() ) ) {
114 __except ( NotFilterExpressio
287 } __except(undeclared_identifier) { // expected-error {{use of undeclared identifier 'undeclared_identifier'}} expected-error {{expected expression}} function
[all...]
/external/clang/test/CodeGen/
H A Dexceptions-seh.c23 } __except (1) {
71 } __except(r = -1) { function
109 } __except(_exception_code() == 123) {
112 } __except(_exception_code() == 456) {
210 } __except(1) {
265 } __except(1) {
/external/libchrome/sandbox/win/src/
H A Dcrosscall_client.h154 __except(EXCEPTION_EXECUTE_HANDLER) { function
264 __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dcrosscall_params.h246 __except(EXCEPTION_EXECUTE_HANDLER) { function
/external/libmicrohttpd/src/platform/
H A Dw32functions.c701 __except (EXCEPTION_EXECUTE_HANDLER) function
/external/lzma/C/
H A DThreads.c90 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } function
/external/webrtc/webrtc/base/
H A Dplatform_thread.cc70 } __except (EXCEPTION_EXECUTE_HANDLER) { function
H A Dproxydetect.cc611 } __except(EXCEPTION_EXECUTE_HANDLER) { function

Completed in 314 milliseconds