Lines Matching refs:set_exception
80 void set_exception(exception_ptr p);
109 void set_exception(exception_ptr p);
137 void set_exception(exception_ptr p);
574 void set_exception(exception_ptr __p);
891 this->set_exception(current_exception());
939 this->set_exception(current_exception());
986 this->set_exception(current_exception());
1042 this->set_exception(current_exception());
1412 void set_exception(exception_ptr __p);
1447 __state_->set_exception(make_exception_ptr(
1487 promise<_Rp>::set_exception(exception_ptr __p)
1489 _LIBCPP_ASSERT( __p != nullptr, "promise::set_exception: received nullptr" );
1492 __state_->set_exception(__p);
1577 void set_exception(exception_ptr __p);
1609 __state_->set_exception(make_exception_ptr(
1636 promise<_Rp&>::set_exception(exception_ptr __p)
1638 _LIBCPP_ASSERT( __p != nullptr, "promise::set_exception: received nullptr" );
1641 __state_->set_exception(__p);
1714 void set_exception(exception_ptr __p);
2095 __p_.set_exception(current_exception());
2225 __p_.set_exception(current_exception());