Searched refs:exception_code (Results 1 – 3 of 3) sorted by relevance
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local69 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
401 static int GTestShouldProcessSEH(DWORD exception_code);
581 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument596 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()598 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()2392 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument2396 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()