Searched refs:set_exception (Results 1 – 9 of 9) sorted by relevance
27 p.set_exception(std::make_exception_ptr(3)); in main()39 p.set_exception(std::make_exception_ptr(3)); in main()
116 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state225 __state_->set_exception(make_exception_ptr( in ~promise()253 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise259 __state_->set_exception(__p); in set_exception()
32 p.set_exception(std::make_exception_ptr(3)); in func2()47 p.set_exception(std::make_exception_ptr(3.5)); in func4()59 p.set_exception(std::make_exception_ptr('c')); in func6()
80 void set_exception(exception_ptr p);109 void set_exception(exception_ptr p);137 void set_exception(exception_ptr p);561 void set_exception(exception_ptr __p);883 this->set_exception(current_exception());930 this->set_exception(current_exception());976 this->set_exception(current_exception());1031 this->set_exception(current_exception());1402 void set_exception(exception_ptr __p);1437 __state_->set_exception(make_exception_ptr([all …]
3758 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …3773 …bool set_exception(std::exception_ptr _ExceptionPtr) const // 'const' (even though it's not deep) …3995 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …4009 …bool set_exception(std::exception_ptr _ExceptionPtr) const // 'const' (even though it's not deep) …9428 _Tce.set_exception(_Exception);
2230 set_exception(null_value()); in CreateInitialMaps()2678 set_exception(*factory->NewOddball(factory->exception_map(), "exception", in CreateInitialObjects()
2601 void set_exception(Expression* e) { exception_ = e; } in set_exception() function