Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Duser-exception.cpp20 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
21 if (exception_code == EXCEPTION_ACCESS_VIOLATION) { in SEHHandler()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
69 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc866 static std::string FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument
869 message << "SEH exception with code 0x" << std::setbase(16) << exception_code in FormatSehExceptionMessage()