Searched refs:exception_code (Results 1 – 2 of 2) sorted by relevance
391 static int GTestShouldProcessSEH(DWORD exception_code);
849 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument864 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()866 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()2590 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument2594 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()