Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc67 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win.cpp68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc555 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH()
2367 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage()