Home
last modified time | relevance | path

Searched refs:IsHandledDeadlyException (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.h22 bool IsHandledDeadlyException(DWORD exceptionCode);
H A Dsanitizer_win.cc846 bool IsHandledDeadlyException(DWORD exceptionCode) { in IsHandledDeadlyException() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_win.cc70 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()