Searched defs:make_exception_ptr (Results 1 – 13 of 13) sorted by relevance
19 template<class E> exception_ptr make_exception_ptr( E const& e ) in make_exception_ptr() function
21 template<class E> exception_ptr make_exception_ptr( E const& e ) in make_exception_ptr() function
94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
39 boost::exception_ptr make_exception_ptr(T v) in make_exception_ptr() function
38 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
48 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
20 exception_ptr make_exception_ptr(T v) in make_exception_ptr() function
40 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
91 make_exception_ptr( T const & e ) in make_exception_ptr() function