Searched refs:make_exception_ptr (Results 1 – 20 of 20) sorted by relevance
77 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;104 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;240 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT in make_exception_ptr() function275 make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT in make_exception_ptr() function
71 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;98 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;190 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT in make_exception_ptr() function
57 template<class E> exception_ptr make_exception_ptr(E e) noexcept;171 make_exception_ptr(_Ep __e) _NOEXCEPT230 make_exception_ptr(_Ep __e) _NOEXCEPT
1340 __state_->set_exception(make_exception_ptr(1483 __state_->set_exception(make_exception_ptr(
210 __state_->set_exception(make_exception_ptr( in ~promise()
1837 { return make_exception_ptr(system_error(__ec)); }
449 make_exception_ptr(future_error(future_errc::broken_promise));
463 make_exception_ptr(future_error(future_errc::broken_promise));
1871 { return make_exception_ptr(system_error(__ec)); }
3650 move implementation to make_exception_ptr.3652 copy_exception with make_exception_ptr.
3805 * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise.4646 * libsupc++/exception_ptr.h (make_exception_ptr): Add.4647 * testsuite/18_support/exception_ptr/make_exception_ptr.cc: New.
1291 * libsupc++/exception_ptr.h (make_exception_ptr): Qualify new.4972 * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise.7052 (std::make_exception_ptr) [__cpp_rtti && !_GLIBCXX_HAVE_CDTOR_CALLABI]:
196 (make_exception_ptr): Enable non-throwing implementation for208 (make_exception_ptr): Decay the template parameter. Use typeid
415 (make_exception_ptr): Add missing inline specifier.
5078 * libsupc++/exception_ptr.h (make_exception_ptr) [__cpp_exceptions]:
3409 * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise.
2014 std::make_exception_ptr should be used instead.6558 and will be removed in a future version. std::make_exception_ptr
92984 …17452a231fc907f5c534fb782f3a libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr.cc
3894 std::make_exception_ptr should be used instead.8430 and will be removed in a future version. std::make_exception_ptr
107028 …2fac20fc7b9ecae588e6d1790281 libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr.cc