Home
last modified time | relevance | path

Searched refs:set_exception (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libcxx/src/
H A Dfuture.cpp103 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state
202 __state_->set_exception(make_exception_ptr( in ~promise()
227 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
231 __state_->set_exception(__p); in set_exception()
/llvm-project-15.0.7/libcxx/test/libcxx/thread/futures/futures.promise/
H A Dassert.set_exception.pass.cpp30 …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()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.promise/
H A Dset_exception.pass.cpp30 p.set_exception(std::make_exception_ptr(3)); in main()
42 p.set_exception(std::make_exception_ptr(3)); in main()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.shared_future/
H A Dget.pass.cpp35 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()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/
H A Dget.pass.cpp35 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()
/llvm-project-15.0.7/libcxx/include/
H A Dfuture79 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 …]
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A D_async.py47 self.fut.set_exception(exc)
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx17Issues.csv105 "`2276 <https://wg21.link/LWG2276>`__","Missing requirement on ``std::promise::set_exception``\ ","…