Searched refs:seh_code (Results 1 – 2 of 2) sorted by relevance
393 static int GTestProcessSEH(DWORD seh_code, const char* location);
874 int UnitTestOptions::GTestProcessSEH(DWORD seh_code, const char* location) { in GTestProcessSEH() argument885 if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode || in GTestProcessSEH()886 seh_code == EXCEPTION_BREAKPOINT || in GTestProcessSEH()887 seh_code == EXCEPTION_STACK_OVERFLOW) { in GTestProcessSEH()893 FormatSehExceptionMessage(seh_code, location) + in GTestProcessSEH()