Home
last modified time | relevance | path

Searched refs:exceptionCode (Results 1 – 2 of 2) 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() argument
847 switch (exceptionCode) { in IsHandledDeadlyException()