Searched defs:GetExceptionInformation (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A D__try.c18 #define GetExceptionInformation __exception_info macro
102 __except(FilterExceptionInformation( GetExceptionInformation() ) ) {
170 (void)GetExceptionInformation(); // expected-error{{only allowed in __except filter expression}}
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h1253 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { function
1263 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { function

Completed in 120 milliseconds