Home
last modified time | relevance | path

Searched defs:ExceptionCode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp77 std::string ExceptionCode = Stringify(CUSTOM_EXCEPTION); in TEST() local
/llvm-project-15.0.7/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp266 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { in ExceptionCodeToString()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMinidump.h233 support::ulittle32_t ExceptionCode; member