Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h393 static int GTestProcessSEH(DWORD seh_code, const char* location);
H A Dgtest.cc874 int UnitTestOptions::GTestProcessSEH(DWORD seh_code, const char* location) { in GTestProcessSEH() argument
885 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()