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

  /external/syzkaller/executor/
executor_windows.h 19 } __except (EXCEPTION_EXECUTE_HANDLER) { function
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_seh.cc 32 } __except(EXCEPTION_EXECUTE_HANDLER) { function
33 fprintf(stderr, "__except: %p\n", &local);
seh.cc 39 } __except(EXCEPTION_EXECUTE_HANDLER) { function
40 fprintf(stderr, "__except: %p\n", &local);
  /external/clang/test/CodeGen/
exceptions-seh.c 23 } __except (1) {
71 } __except(r = -1) { function
109 } __except(_exception_code() == 123) {
112 } __except(_exception_code() == 456) {
210 } __except(1) {
265 } __except(1) {
  /external/clang/test/SemaCXX/
__try.cpp 42 __except(EXCEPTION_EXECUTE_HANDLER) function
64 } __except(true) { function
MicrosoftExtensions.cpp 246 void f() { int __except = 0; } local
  /external/clang/test/Sema/
__try.c 50 } // 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 ( NotFilterExpression() ) { // expected-error{{filter expression type should be an integral value (…)
287 } __except(undeclared_identifier) { \/\/ expected-error {{use of undeclared identifier 'undeclared_identifier'}} expected-error {{expected expression}} function
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Threads.c 90 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } function
  /external/lzma/C/
Threads.c 92 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } function
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.cpp 70 __except (EXCEPTION_EXECUTE_HANDLER) { function
  /external/webrtc/webrtc/base/
platform_thread.cc 70 } __except (EXCEPTION_EXECUTE_HANDLER) { function
proxydetect.cc 611 } __except(EXCEPTION_EXECUTE_HANDLER) { function
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 885 __except(EXCEPTION_CONTINUE_SEARCH) function
    [all...]
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 703 __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_HANDLER ) function
    [all...]

Completed in 1077 milliseconds