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

  /external/webrtc/src/system_wrappers/source/
set_thread_name_win.h 38 __except (EXCEPTION_CONTINUE_EXECUTION) function
  /external/clang/test/Sema/
__try.c 47 } // 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 ( NotFilterExpression() ) { // expected-error{{filter expression type should be an integral value (…)
    [all...]
  /external/clang/test/SemaCXX/
__try.cpp 43 __except(EXCEPTION_EXECUTE_HANDLER) function
MicrosoftExtensions.cpp 204 void f() { int __except = 0; } local
  /external/chromium/base/threading/
platform_thread_win.cc 111 } __except(EXCEPTION_CONTINUE_EXECUTION) { function
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 332 __except(EXCEPTION_CONTINUE_EXECUTION) { function
proxydetect.cc 620 } __except(EXCEPTION_EXECUTE_HANDLER) { function
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingWin.cpp 135 } __except (EXCEPTION_CONTINUE_EXECUTION) { function
  /external/openssl/crypto/rand/
rand_win.c 534 __except (EXCEPTION_EXECUTE_HANDLER) function
699 } __except(EXCEPTION_EXECUTE_HANDLER) { function

Completed in 341 milliseconds