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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; local
70 if (__sanitizer::IsHandledDeadlyException(exception_code))
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc67 DWORD exception_code = info->ExceptionRecord->ExceptionCode; local
68 if (__sanitizer::IsHandledDeadlyException(exception_code))
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win.cpp68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; local
69 if (__sanitizer::IsHandledDeadlyException(exception_code))
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h406 static int GTestShouldProcessSEH(DWORD exception_code);
H A Dgtest.cc555 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
570 else if (exception_code == EXCEPTION_BREAKPOINT)
572 else if (exception_code == kCxxExceptionCode)
2367 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2371 exception_code << std::setbase(10) << " thrown in " << location << ".";

Completed in 118 milliseconds