Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_win.cc69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h482 llvm::support::ulittle32_t exception_code; member
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc581 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH()
2392 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage()