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

  /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);
  /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/flac/libFLAC/
cpu.c 285 if (_exception_code() == STATUS_ILLEGAL_INSTRUCTION)
  /external/clang/lib/Lex/
Preprocessor.cpp 127 Ident__exception_code = getIdentifierInfo("_exception_code");
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def 701 LANGBUILTIN(_exception_code, "ULi", "n", ALL_MS_LANGUAGES)
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 507 Ident__exception_code = PP.getIdentifierInfo("_exception_code");
    [all...]

Completed in 344 milliseconds