Home
last modified time | relevance | path

Searched refs:seh_code (Results 1 – 2 of 2) sorted by relevance

/src/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h394 static int GTestProcessSEH(DWORD seh_code, const char* location);
H A Dgtest.cc912 int UnitTestOptions::GTestProcessSEH(DWORD seh_code, const char* location) { in GTestProcessSEH() argument
923 if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode || in GTestProcessSEH()
924 seh_code == EXCEPTION_BREAKPOINT || in GTestProcessSEH()
925 seh_code == EXCEPTION_STACK_OVERFLOW) { in GTestProcessSEH()
931 FormatSehExceptionMessage(seh_code, location) + in GTestProcessSEH()