Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1513 class OurCppRunException : public std::runtime_error { class
1515 OurCppRunException(const std::string reason) : in OurCppRunException() function in __anonb71165a60211::OurCppRunException
1518 OurCppRunException (const OurCppRunException &toCopy) : in OurCppRunException() function in __anonb71165a60211::OurCppRunException