Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp111 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state
210 __state_->set_exception(make_exception_ptr( in ~promise()
235 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
239 __state_->set_exception(__p); in set_exception()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfuture79 void set_exception(exception_ptr p);
108 void set_exception(exception_ptr p);
136 void set_exception(exception_ptr p);
578 void set_exception(exception_ptr __p);
1311 void set_exception(exception_ptr __p);
1380 promise<_Rp>::set_exception(exception_ptr __p)
1385 __state_->set_exception(__p);
1455 void set_exception(exception_ptr __p);
1514 promise<_Rp&>::set_exception(exception_ptr __p)
1519 __state_->set_exception(__p);
[all …]