Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
69 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h401 static int GTestShouldProcessSEH(DWORD exception_code);
H A Dgtest.cc581 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument
596 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()
598 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()
2392 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument
2396 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()