Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h394 static int GTestProcessSEH(DWORD seh_code, const char* location);
H A Dgtest.cc900 int UnitTestOptions::GTestProcessSEH(DWORD seh_code, const char* location) { in GTestProcessSEH() argument
911 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()