Searched refs:set_exception (Results 1 – 8 of 8) sorted by relevance
103 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state202 __state_->set_exception(make_exception_ptr( in ~promise()227 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise231 __state_->set_exception(__p); in set_exception()
30 …TEST_LIBCPP_ASSERT_FAILURE(p.set_exception(std::exception_ptr()), "promise::set_exception: receive… in main()36 …TEST_LIBCPP_ASSERT_FAILURE(p.set_exception(std::exception_ptr()), "promise::set_exception: receive… in main()
30 p.set_exception(std::make_exception_ptr(3)); in main()42 p.set_exception(std::make_exception_ptr(3)); in main()
35 p.set_exception(std::make_exception_ptr(3)); in func2()50 p.set_exception(std::make_exception_ptr(3.5)); in func4()62 p.set_exception(std::make_exception_ptr('c')); in func6()
79 void set_exception(exception_ptr p);108 void set_exception(exception_ptr p);136 void set_exception(exception_ptr p);585 void set_exception(exception_ptr __p);1318 void set_exception(exception_ptr __p);1387 promise<_Rp>::set_exception(exception_ptr __p)1392 __state_->set_exception(__p);1462 void set_exception(exception_ptr __p);1521 promise<_Rp&>::set_exception(exception_ptr __p)1526 __state_->set_exception(__p);[all …]
47 self.fut.set_exception(exc)
105 "`2276 <https://wg21.link/LWG2276>`__","Missing requirement on ``std::promise::set_exception``\ ","…