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

  /external/clang/test/Sema/
__try.c 17 #define GetExceptionCode __exception_code
81 __except ( FilterExpression(GetExceptionCode()) ) {
121 __except ( FilterExpression(GetExceptionCode()) ) {
169 (void)GetExceptionCode(); // expected-error{{only allowed in __except block}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
excpt.h 47 #define GetExceptionCode _exception_code

Completed in 67 milliseconds