Searched refs:GetExceptionInformation (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Sema/ |
D | __try.c | 21 #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/ |
D | logging_unittest.cc | 265 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/ |
D | callproc.c | 831 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 1271 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateMjpgI420InvalidSize() 1281 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateI420InvalidSize()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 845 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()
|