Searched refs:set_exception (Results 1 – 2 of 2) sorted by relevance
78 void __assoc_sub_state::set_exception(exception_ptr __p) { in set_exception() function in __assoc_sub_state147 __state_->set_exception(make_exception_ptr(future_error(future_errc::broken_promise))); in ~promise()165 void promise<void>::set_exception(exception_ptr __p) { in set_exception() function in promise168 __state_->set_exception(__p); in set_exception()
80 void set_exception(exception_ptr p);109 void set_exception(exception_ptr p);137 void set_exception(exception_ptr p);539 void set_exception(exception_ptr __p);782 this->set_exception(current_exception());813 this->set_exception(current_exception());843 this->set_exception(current_exception());880 this->set_exception(current_exception());1135 _LIBCPP_HIDE_FROM_ABI void set_exception(exception_ptr __p);1162 __state_->set_exception(make_exception_pt[all...]