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

/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp1609 class OurCppRunException : public std::runtime_error { class in inherits:std::runtime_error
1611 OurCppRunException(const std::string reason) : function in class:OurCppRunException
1614 OurCppRunException (const OurCppRunException &toCopy) : function in class:OurCppRunException
1617 OurCppRunException &operator = (const OurCppRunException &toCopy) {
1618 return(reinterpret_cast<OurCppRunException&>(
1622 ~OurCppRunException (void) throw () {}
1631 throw(OurCppRunException("thrown by throwCppException(...)"));
1659 catch (OurCppRunException ex
[all...]
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1565 class OurCppRunException : public std::runtime_error { class in namespace:__anon13552
1567 OurCppRunException(const std::string reason) : function in class:__anon13552::OurCppRunException
1570 OurCppRunException (const OurCppRunException &toCopy) : function in class:__anon13552::OurCppRunException
1573 OurCppRunException &operator = (const OurCppRunException &toCopy) {
1574 return(reinterpret_cast<OurCppRunException&>(
1578 ~OurCppRunException(void) throw() override {}
1587 throw(OurCppRunException("thrown by throwCppException(...)"));
1615 catch (OurCppRunException ex
[all...]

Completed in 95 milliseconds