HomeSort by relevance Sort by last modified time
    Searched refs:_exception_code (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGenCXX/
exceptions-seh.cpp 8 extern "C" unsigned long _exception_code();
108 } __except(_exception_code() == 424242) { function
  /external/clang/test/CodeGen/
exceptions-seh.c 109 } __except(_exception_code() == 123) { function
112 } __except(_exception_code() == 456) { function
266 return _exception_code();
  /external/clang/test/SemaCXX/
exceptions-seh.cpp 9 } __except(_exception_code() == 0xC0000094) {
23 _exception_code(); // expected-error {{'_exception_code' only allowed in __except block or filter expression}}
34 _exception_code(); // expected-error {{'_exception_code' only allowed in __except block or filter expression}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
excpt.h 47 #define GetExceptionCode _exception_code
48 #define exception_code _exception_code
54 unsigned long __cdecl _exception_code(void);

Completed in 95 milliseconds