Searched refs:exception_code (Results 1 – 4 of 4) sorted by relevance
20 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local21 if (exception_code == EXCEPTION_ACCESS_VIOLATION) { in SEHHandler()
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local69 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
406 static int GTestShouldProcessSEH(DWORD exception_code);
555 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument570 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()572 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()2367 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument2371 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()