Home
last modified time | relevance | path

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

/llvm-project/bolt/test/runtime/X86/
H A Drethrow.cpp40 class TerminateException : public std::runtime_error { class
42 TerminateException() : std::runtime_error("Time to stop!") {} in TerminateException() function in TerminateException