HomeSort by relevance Sort by last modified time
    Searched defs:_exception_code (Results 1 - 2 of 2) 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();

Completed in 359 milliseconds