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

  /external/clang/test/SemaCXX/
exceptions-seh.cpp 24 _exception_info(); // expected-error {{'_exception_info' only allowed in __except filter expression}}
35 _exception_info(); // expected-error {{'_exception_info' only allowed in __except filter expression}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
excpt.h 49 #define GetExceptionInformation (struct _EXCEPTION_POINTERS *)_exception_info
50 #define exception_info (struct _EXCEPTION_POINTERS *)_exception_info
55 void *__cdecl _exception_info(void);

Completed in 473 milliseconds