Searched refs:__except (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dexceptions-seh.cpp9 } __except(_exception_code() == 0xC0000094) {
21 } __except(1) {
23 _exception_code(); // expected-error {{'_exception_code' only allowed in __except block or filter expression}}
24 _exception_info(); // expected-error {{'_exception_info' only allowed in __except filter expression}}
32 } __except(1) {
34 _exception_code(); // expected-error {{'_exception_code' only allowed in __except block or filter expression}}
35 _exception_info(); // expected-error {{'_exception_info' only allowed in __except filter expression}}
60 } __except(1) {
67 } __except(1) {
80 } __except(
[all...]
H A D__try.cpp42 __except(EXCEPTION_EXECUTE_HANDLER) function
64 } __except(true) { function
H A Dscope-check.cpp454 } __except(0) {
459 } __except(0) { // expected-note {{jump bypasses initialization of __except block}}
487 } __except(0) {
493 } __except(0) {
526 } __except(0) { // expected-note {{jump bypasses initialization of __except block}}
534 } __except(0) {
562 } __except(0) { // expected-note {{jump bypasses initialization of __except blo
[all...]
H A DMicrosoftExtensions.cpp246 void f() { int __except = 0; } local
/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) {
H A Dexceptions-seh-leave.c6 // __leave with __except
15 } __except (1) {
35 } __except (1) {
141 } __except (1) {
184 } __except (1) {
186 __leave; // Refers to the outer __try, not the __except we're in!
192 } __except (1) {
237 } __except (1) {
239 __leave; // Refers to the outer __try, not the __except!
/external/clang/test/CodeGenCXX/
H A Dexceptions-seh-filter-captures.cpp13 } __except(basic_filter(p1, l1, s1)) {
43 } __except(basic_filter(l1)) {
66 } __except(basic_filter(l2)) {
H A Dexceptions-seh.cpp52 } __except(1) {
83 } __except(1) {
108 } __except(_exception_code() == 424242) {
/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/Parser/
H A Dms-seh.c10 } // expected-error {{expected '__except' or '__finally' block}}
16 } __except(1) a; // expected-error {{expected '{'}} expected-warning {{expression result unused}}
/external/libopus/celt/arm/
H A Darmcpu.c66 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
76 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
85 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_seh.cc32 } __except(EXCEPTION_EXECUTE_HANDLER) { function
33 fprintf(stderr, "__except: %p\n", &local);
H A Dseh.cc39 } __except(EXCEPTION_EXECUTE_HANDLER) { function
40 fprintf(stderr, "__except: %p\n", &local);
H A Ddll_control_c.cc26 } __except (1) {
/external/bison/lib/
H A Dmsvc-inval.h107 /* A compiler that supports __try/__except, as described in the page
110 With __try/__except, we can use the multithread-safe exception handling. */
132 __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \
/external/libvpx/libvpx/vpx_ports/
H A Darm_cpudetect.c86 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
/external/lzma/C/
H A DThreads.c90 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } function
/external/libchrome/sandbox/win/src/
H A Dcrosscall_params.h246 __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dcrosscall_client.h154 __except(EXCEPTION_EXECUTE_HANDLER) { function
264 __except(EXCEPTION_EXECUTE_HANDLER) { function
/external/webrtc/webrtc/base/
H A Dplatform_thread.cc70 } __except (EXCEPTION_EXECUTE_HANDLER) { function
H A Dproxydetect.cc611 } __except(EXCEPTION_EXECUTE_HANDLER) { function
/external/mdnsresponder/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c703 __except( EXCEPTION_EXECUTE_HANDLER ) function
717 __except( EXCEPTION_EXECUTE_HANDLER ) function
938 __except( EXCEPTION_EXECUTE_HANDLER ) function
951 __except( EXCEPTION_EXECUTE_HANDLER ) function
972 __except( EXCEPTION_EXECUTE_HANDLER ) function
985 __except( EXCEPTION_EXECUTE_HANDLER ) function
1089 __except( EXCEPTION_EXECUTE_HANDLER ) function
1102 __except( EXCEPTION_EXECUTE_HANDLER ) function
1218 __except( EXCEPTION_EXECUTE_HANDLER ) function
1308 __except( EXCEPTION_EXECUTE_HANDLE function
[all...]
/external/libmicrohttpd/src/platform/
H A Dw32functions.c701 __except (EXCEPTION_EXECUTE_HANDLER) function
/external/flac/libFLAC/
H A Dcpu.c284 __except(EXCEPTION_EXECUTE_HANDLER) {
/external/protobuf/gtest/src/
H A Dgtest.cc496 // This function is useful as an __except condition.
2061 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2071 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2083 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2294 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
3678 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(

Completed in 622 milliseconds

12