Searched defs:exception_code (Results 1 – 7 of 7) sorted by relevance
20 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
67 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
555 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH()2367 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage()
866 static std::string FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage()