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 20 #define GetExceptionCode __exception_code
84 __except ( FilterExpression(GetExceptionCode()) ) {
124 __except ( FilterExpression(GetExceptionCode()) ) {
182 (void)GetExceptionCode(); // expected-error{{only allowed in __except block or filter expression}}
188 GetExceptionCode(); // valid
  /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 63 milliseconds