| /third_party/boost/libs/context/example/fiber/ |
| D | throw.cpp | 17 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/ |
| D | throw.cpp | 17 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/ |
| D | exception_check_predicate.run-fail.cpp | 12 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
|
| D | exception_check.run-fail.cpp | 12 class my_exception{}; class
|
| D | exception_nothrow.run-fail.cpp | 12 class my_exception{}; class
|
| /third_party/boost/libs/coroutine/example/asymmetric/ |
| D | exception.cpp | 20 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/ |
| D | no_exceptions_test.cpp | 15 my_exception: struct 22 return "my_exception"; in what() argument
|
| D | throw_exception_fail.cpp | 9 my_exception struct
|
| D | 1-throw_exception_test.cpp | 11 class my_exception: public std::exception { }; class
|
| D | 3-throw_exception_no_integration_test.cpp | 10 class my_exception: public std::exception { }; class
|
| D | errno_test.cpp | 15 my_exception: class
|
| D | error_info_basic_test.cpp | 14 struct my_exception: virtual boost::exception {}; struct
|
| D | current_exception_cast_test.cpp | 11 my_exception: class
|
| D | 2-throw_exception_no_exceptions_test.cpp | 10 class my_exception: public std::exception { }; class
|
| D | 4-throw_exception_no_both_test.cpp | 11 class my_exception: public std::exception { }; class
|
| /third_party/boost/libs/throw_exception/test/ |
| D | throw_exception_test.cpp | 14 class my_exception: public std::exception { }; class
|
| D | throw_exception_fail.cpp | 9 my_exception struct
|
| D | throw_exception_no_integration_test.cpp | 14 class my_exception: public std::exception { }; class
|
| D | throw_exception_test2.cpp | 15 class my_exception: public std::exception class
|
| D | throw_exception_nx_test.cpp | 13 class my_exception: public std::exception {}; class
|
| D | throw_exception_no_exceptions_test.cpp | 15 class my_exception: public std::exception {}; class
|
| D | throw_exception_no_both_test.cpp | 16 class my_exception: public std::exception {}; class
|
| D | throw_exception_nx_test2.cpp | 14 class my_exception: public std::exception {}; class
|
| D | throw_exception_test3.cpp | 24 class my_exception: public std::exception class
|
| /third_party/boost/libs/core/test/ |
| D | uncaught_exceptions.cpp | 21 struct my_exception {}; struct
|