Home
last modified time | relevance | path

Searched defs:throw_exception (Results 1 – 25 of 65) sorted by relevance

123

/third_party/boost/boost/
Dthrow_exception.hpp57 template<class E> BOOST_NORETURN void throw_exception( E const & e ) in throw_exception() function
63 template<class E> BOOST_NORETURN void throw_exception( E const & e, boost::source_location const & ) in throw_exception() function
162 template<class E> BOOST_NORETURN void throw_exception( E const & e ) in throw_exception() function
168 template<class E> BOOST_NORETURN void throw_exception( E const & e, boost::source_location const & … in throw_exception() function
/third_party/boost/libs/exception/test/
Dno_exceptions_test.cpp34 throw_exception( std::exception const & x ) in throw_exception() function
45 throw_exception(std::exception const & x, boost::source_location const &) in throw_exception() function
D2-throw_exception_no_exceptions_test.cpp16 throw_exception( std::exception const & ) in throw_exception() function
D4-throw_exception_no_both_test.cpp17 throw_exception( std::exception const & ) in throw_exception() function
/third_party/boost/boost/safe_numerics/
Dexception_policies.hpp69 struct throw_exception { struct
71 throw_exception(const safe_numerics_error & e, const char * message){ in throw_exception() argument
/third_party/boost/libs/throw_exception/
DREADME.md1 throw_exception chapter
/third_party/boost/libs/math/test/
Dnoeh_support.cpp16 void throw_exception(const std::exception& e) in throw_exception() function
/third_party/boost/libs/variant2/test/
Dthrow_exception.cpp14 void throw_exception( std::exception const & e ) in throw_exception() function
/third_party/boost/libs/histogram/test/
Dthrow_exception.hpp17 inline void throw_exception(std::exception const& e, boost::source_location const& l) { in throw_exception() function
/third_party/boost/libs/core/test/
Dno_exceptions_support_test.cpp45 void throw_exception( std::exception const& ) in throw_exception() function
/third_party/boost/boost/serialization/
Dthrow_exception.hpp29 BOOST_NORETURN inline void throw_exception(std::exception const & e) { in throw_exception() function
/third_party/boost/libs/throw_exception/test/
Dthrow_exception_nx_test.cpp24 void throw_exception( std::exception const & ) in throw_exception() function
Dthrow_exception_no_exceptions_test.cpp26 void throw_exception( std::exception const & ) in throw_exception() function
Dthrow_exception_nx_test2.cpp25 void throw_exception( std::exception const &, boost::source_location const & loc ) in throw_exception() function
Dthrow_exception_no_both_test.cpp27 void throw_exception( std::exception const & ) in throw_exception() function
/third_party/boost/boost/align/detail/
Dthrow_exception.hpp28 throw_exception(const E& error) in throw_exception() function
/third_party/boost/libs/multiprecision/test/
Dno_eh_test_support.cpp16 void throw_exception(std::exception const& e) in throw_exception() function
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_no_exceptions_test.cpp33 BOOST_NORETURN void throw_exception(std::exception const & ) { in throw_exception() function
/third_party/boost/libs/graph/test/
Dmetis_test.cpp13 void boost::throw_exception(std::exception const& ex) in throw_exception() function in boost
/third_party/boost/libs/graph_parallel/test/
Dprocess_group_serialization.cpp23 boost::throw_exception(std::exception const& ex) in throw_exception() function in boost
Ddistributed_csr_test.cpp27 boost::throw_exception(std::exception const& ex) in throw_exception() function in boost
/third_party/boost/libs/functional/factory/test/
Dfactory_default_allocator.cpp18 BOOST_NORETURN void throw_exception(const std::exception&) in throw_exception() function
/third_party/boost/libs/graph_parallel/example/
Ddijkstra_shortest_paths.cpp36 boost::throw_exception(std::exception const& ex) in throw_exception() function in boost
Dbreadth_first_search.cpp39 boost::throw_exception(std::exception const& ex) in throw_exception() function in boost
/third_party/boost/boost/test/detail/
Dthrow_exception.hpp36 throw_exception(E const& /*e*/) { abort(); } in throw_exception() function

123