Home
last modified time | relevance | path

Searched refs: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
51 throw TerminateException(); in runEventLoop()
59 } catch (TerminateException &E) { in runEventLoop()
77 } catch (TerminateException &E) { in main()