Home
last modified time | relevance | path

Searched refs:exception_code (Results 1 – 9 of 9) 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
68 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
70 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win.cpp68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
69 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
/netbsd-src/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) { in GTestShouldProcessSEH() argument
570 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()
572 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()
2367 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument
2371 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Das.texi6700 .macro exception_code
6708 exception_code
6713 exception_code
6717 The two @code{exception_code} invocations above would create the
6721 need to stay resident without having to define multiple @code{exception_code}
H A Das.info5431 .macro exception_code
5439 exception_code
5444 exception_code
5447 The two `exception_code' invocations above would create the
5451 to stay resident without having to define multiple `exception_code'
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Das.texi6802 .macro exception_code
6810 exception_code
6815 exception_code
6819 The two @code{exception_code} invocations above would create the
6823 need to stay resident without having to define multiple @code{exception_code}
H A Das.info5412 .macro exception_code
5420 exception_code
5425 exception_code
5428 The two ‘exception_code’ invocations above would create the
5432 to stay resident without having to define multiple ‘exception_code