Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.h21 bool IsHandledDeadlyException(DWORD exceptionCode);
H A Dsanitizer_win.cpp926 bool IsHandledDeadlyException(DWORD exceptionCode) { in IsHandledDeadlyException() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp69 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()