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);
583 void set_exception(exception_ptr __p);
881 this->set_exception(current_exception());
923 this->set_exception(current_exception());
964 this->set_exception(current_exception());
1014 this->set_exception(current_exception());
1318 void set_exception(exception_ptr __p);
1351 __state_->set_exception(make_exception_ptr(
1387 promise<_Rp>::set_exception(exception_ptr __p)
1389 _LIBCPP_ASSERT( __p != nullptr, "promise::set_exception: received nullptr" );
1392 __state_->set_exception(__p);
1462 void set_exception(exception_ptr __p);
1494 __state_->set_exception(make_exception_ptr(
1521 promise<_Rp&>::set_exception(exception_ptr __p)
1523 _LIBCPP_ASSERT( __p != nullptr, "promise::set_exception: received nullptr" );
1526 __state_->set_exception(__p);
1588 void set_exception(exception_ptr __p);
1962 __p_.set_exception(current_exception());
2088 __p_.set_exception(current_exception());