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

  /external/v8/tools/gyp/test/win/compiler-flags/
exception-handling-on.cc 20 } __except(EXCEPTION_EXECUTE_HANDLER) { function
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_seh.cc 40 } __except(EXCEPTION_EXECUTE_HANDLER) { function
41 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 178 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...]
  /external/libchrome/sandbox/win/src/
crosscall_client.h 154 __except(EXCEPTION_EXECUTE_HANDLER) { function
264 __except(EXCEPTION_EXECUTE_HANDLER) { function
crosscall_params.h 246 __except(EXCEPTION_EXECUTE_HANDLER) { function
  /external/lzma/C/
Threads.c 90 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } function
  /external/libmicrohttpd/src/platform/
w32functions.c 701 __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...]

Completed in 220 milliseconds