Home
last modified time | relevance | path

Searched refs:set_exception (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp78 void __assoc_sub_state::set_exception(exception_ptr __p) { in set_exception() function in __assoc_sub_state
147 __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 promise
168 __state_->set_exception(__p); in set_exception()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfuture80 void set_exception(exception_ptr p);
109 void set_exception(exception_ptr p);
137 void set_exception(exception_ptr p);
496 void set_exception(exception_ptr __p);
739 this->set_exception(current_exception());
770 this->set_exception(current_exception());
800 this->set_exception(current_exception());
837 this->set_exception(current_exception());
1092 _LIBCPP_HIDE_FROM_ABI void set_exception(exception_ptr __p);
1119 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture80 void set_exception(exception_ptr p);
109 void set_exception(exception_ptr p);
137 void set_exception(exception_ptr p);
555 void set_exception(exception_ptr __p);
794 this->set_exception(current_exception());
825 this->set_exception(current_exception());
855 this->set_exception(current_exception());
892 this->set_exception(current_exception());
1147 _LIBCPP_HIDE_FROM_ABI void set_exception(exception_ptr __p);
1174 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…
[all …]