Home
last modified time | relevance | path

Searched refs:GetExceptionInformation (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Sema/
D__try.c21 #define GetExceptionInformation __exception_info macro
105 __except(FilterExceptionInformation( GetExceptionInformation() ) ) { in TEST()
174 (void)GetExceptionInformation(); // expected-error{{only allowed in __except filter expression}} in TEST()
189 GetExceptionInformation(); // expected-error{{only allowed in __except filter expression}} in TEST()
/external/libchrome/base/
Dlogging_unittest.cc265 GetCheckExceptionData(GetExceptionInformation(), &code1, &addr1)) { in TEST_F()
271 GetCheckExceptionData(GetExceptionInformation(), &code2, &addr2)) { in TEST_F()
277 GetCheckExceptionData(GetExceptionInformation(), &code3, &addr3)) { in TEST_F()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c831 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h1271 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateMjpgI420InvalidSize()
1281 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateI420InvalidSize()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c845 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()