Searched refs:make_exception_ptr (Results 1 – 11 of 11) 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()
131 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function155 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT { in make_exception_ptr() function197 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
16 using std::make_exception_ptr;
57 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
1119 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…1234 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…
1174 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…1289 …__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))); in ~promise()
425 .WillOnce(Rethrow(std::make_exception_ptr(42))); in TEST()
2115 SYMBOL(make_exception_ptr, std::, <exception>)