Searched refs:make_exception_ptr (Results 1 – 7 of 7) sorted by relevance
60 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;85 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function152 _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;
104 // in the built library, which std::make_exception_ptr might use
1165 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…1280 …__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()
2074 SYMBOL(make_exception_ptr, std::, <exception>)