Home
last modified time | relevance | path

Searched refs:exceptionCode (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.h21 bool IsHandledDeadlyException(DWORD exceptionCode);
H A Dsanitizer_win.cpp914 bool IsHandledDeadlyException(DWORD exceptionCode) { in IsHandledDeadlyException() argument
915 switch (exceptionCode) { in IsHandledDeadlyException()