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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; local
69 if (__sanitizer::IsHandledDeadlyException(exception_code))
/freebsd-13-stable/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) { argument
596 else if (exception_code == EXCEPTION_BREAKPOINT)
598 else if (exception_code == kCxxExceptionCode)
2392 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2396 exception_code << std::setbase(10) << " thrown in " << location << ".";

Completed in 104 milliseconds