Lines Matching full:exception_code
512 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
527 else if (exception_code == EXCEPTION_BREAKPOINT)
529 else if (exception_code == kCxxExceptionCode)
2012 static std::string* FormatSehExceptionMessage(DWORD exception_code,
2016 exception_code << std::setbase(10) << " thrown in " << location << ".";