Searched refs:seh_code (Results 1 – 2 of 2) sorted by relevance
394 static int GTestProcessSEH(DWORD seh_code, const char* location);
900 int UnitTestOptions::GTestProcessSEH(DWORD seh_code, const char* location) { in GTestProcessSEH() argument911 if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode || in GTestProcessSEH()912 seh_code == EXCEPTION_BREAKPOINT || in GTestProcessSEH()913 seh_code == EXCEPTION_STACK_OVERFLOW) { in GTestProcessSEH()919 FormatSehExceptionMessage(seh_code, location) + in GTestProcessSEH()