Searched refs:exception_code (Results 1 – 2 of 2) sorted by relevance
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local69 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
892 static std::string FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument895 message << "SEH exception with code 0x" << std::setbase(16) << exception_code in FormatSehExceptionMessage()