Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument
523 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()
525 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()
2018 static internal::String* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument
2022 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
H A Dgtest-internal-inl.h395 static int GTestShouldProcessSEH(DWORD exception_code);