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);
574 void set_exception(exception_ptr __p);
870 this->set_exception(current_exception());
912 this->set_exception(current_exception());
953 this->set_exception(current_exception());
1003 this->set_exception(current_exception());
1307 void set_exception(exception_ptr __p);
1340 __state_->set_exception(make_exception_ptr(
1376 promise<_Rp>::set_exception(exception_ptr __p)
1378 _LIBCPP_ASSERT( __p != nullptr, "promise::set_exception: received nullptr" );
1381 __state_->set_exception(__p);
1451 void set_exception(exception_ptr __p);
1483 __state_->set_exception(make_exception_ptr(
1510 promise<_Rp&>::set_exception(exception_ptr __p)
1512 _LIBCPP_ASSERT( __p != nullptr, "promise::set_exception: received nullptr" );
1515 __state_->set_exception(__p);
1577 void set_exception(exception_ptr __p);
1961 __p_.set_exception(current_exception());
2091 __p_.set_exception(current_exception());