Searched refs:exception_code (Results 1 – 2 of 2) sorted by relevance
1056 int32_t exception_code = readAligned<int32_t>(); in readExceptionCode() local1057 if (exception_code == EX_HAS_REPLY_HEADER) { in readExceptionCode()1066 return exception_code; in readExceptionCode()
794 static int GTestShouldProcessSEH(DWORD exception_code);1812 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument1827 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()1829 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()3322 static internal::String* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument3326 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()