Searched refs:make_exception_ptr (Results 1 – 7 of 7) sorted by relevance
66 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function170 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr()
57 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
1162 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…1277 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…
147 __state_->set_exception(make_exception_ptr(future_error(future_errc::broken_promise)));
425 .WillOnce(Rethrow(std::make_exception_ptr(42))); in TEST()
2074 SYMBOL(make_exception_ptr, std::, <exception>)