Home
last modified time | relevance | path

Searched defs:my_exception (Results 1 – 25 of 45) sorted by relevance

12

/third_party/boost/libs/context/example/fiber/
Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::fiber && f_, std::string const& what) : in my_exception() argument
/third_party/boost/libs/context/example/callcc/
Dthrow.cpp17 struct my_exception : public std::runtime_error { struct
19 my_exception( ctx::continuation && c_, std::string const& what) : in my_exception() argument
/third_party/boost/libs/test/doc/examples/
Dexception_check_predicate.run-fail.cpp12 struct my_exception struct
14 explicit my_exception( int ec = 0 ) : m_error_code( ec ) in my_exception() function
20 bool is_critical( my_exception const& ex ) { return ex.m_error_code < 0; } in is_critical() argument
Dexception_check.run-fail.cpp12 class my_exception{}; class
Dexception_nothrow.run-fail.cpp12 class my_exception{}; class
/third_party/boost/libs/coroutine/example/asymmetric/
Dexception.cpp20 struct my_exception : public std::runtime_error struct
22 my_exception( std::string const& str) : in my_exception() argument
/third_party/boost/libs/exception/test/
Dno_exceptions_test.cpp15 my_exception: struct
22 return "my_exception"; in what() argument
Dthrow_exception_fail.cpp9 my_exception struct
D1-throw_exception_test.cpp11 class my_exception: public std::exception { }; class
D3-throw_exception_no_integration_test.cpp10 class my_exception: public std::exception { }; class
Derrno_test.cpp15 my_exception: class
Derror_info_basic_test.cpp14 struct my_exception: virtual boost::exception {}; struct
Dcurrent_exception_cast_test.cpp11 my_exception: class
D2-throw_exception_no_exceptions_test.cpp10 class my_exception: public std::exception { }; class
D4-throw_exception_no_both_test.cpp11 class my_exception: public std::exception { }; class
/third_party/boost/libs/throw_exception/test/
Dthrow_exception_test.cpp14 class my_exception: public std::exception { }; class
Dthrow_exception_fail.cpp9 my_exception struct
Dthrow_exception_no_integration_test.cpp14 class my_exception: public std::exception { }; class
Dthrow_exception_test2.cpp15 class my_exception: public std::exception class
Dthrow_exception_nx_test.cpp13 class my_exception: public std::exception {}; class
Dthrow_exception_no_exceptions_test.cpp15 class my_exception: public std::exception {}; class
Dthrow_exception_no_both_test.cpp16 class my_exception: public std::exception {}; class
Dthrow_exception_nx_test2.cpp14 class my_exception: public std::exception {}; class
Dthrow_exception_test3.cpp24 class my_exception: public std::exception class
/third_party/boost/libs/core/test/
Duncaught_exceptions.cpp21 struct my_exception {}; struct

12