Searched refs:exception_code (Results 1 – 1 of 1) sorted by relevance
805 static int GTestShouldProcessSEH(DWORD exception_code);2037 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument2052 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()2054 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()3833 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument3837 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()