Lines Matching refs:set_exception
79 void set_exception(exception_ptr p);
108 void set_exception(exception_ptr p);
136 void set_exception(exception_ptr p);
575 void set_exception(exception_ptr __p);
871 this->set_exception(current_exception());
913 this->set_exception(current_exception());
954 this->set_exception(current_exception());
1004 this->set_exception(current_exception());
1308 void set_exception(exception_ptr __p);
1341 __state_->set_exception(make_exception_ptr(
1377 promise<_Rp>::set_exception(exception_ptr __p)
1379 _LIBCPP_ASSERT( __p != nullptr, "promise::set_exception: received nullptr" );
1382 __state_->set_exception(__p);
1452 void set_exception(exception_ptr __p);
1484 __state_->set_exception(make_exception_ptr(
1511 promise<_Rp&>::set_exception(exception_ptr __p)
1513 _LIBCPP_ASSERT( __p != nullptr, "promise::set_exception: received nullptr" );
1516 __state_->set_exception(__p);
1578 void set_exception(exception_ptr __p);
1962 __p_.set_exception(current_exception());
2092 __p_.set_exception(current_exception());