Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/thread/futures/futures.promise/
Dset_exception.pass.cpp37 p.set_exception(std::exception_ptr()); in main()
47 p.set_exception(std::exception_ptr()); in main()
/external/libcxx/test/std/thread/futures/futures.promise/
Dset_exception.pass.cpp29 p.set_exception(std::make_exception_ptr(3)); in main()
41 p.set_exception(std::make_exception_ptr(3)); in main()
/external/libcxx/src/
Dfuture.cpp116 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state
226 __state_->set_exception(make_exception_ptr( in ~promise()
255 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
261 __state_->set_exception(__p); in set_exception()
/external/libcxx/test/std/thread/futures/futures.unique_future/
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()
/external/libcxx/test/std/thread/futures/futures.shared_future/
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()
/external/libcxx/include/
Dfuture80 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(
[all …]
/external/v8/src/heap/
Dheap.cc2279 set_exception(null_value()); in CreateInitialMaps()
2684 set_exception(*factory->NewOddball(factory->exception_map(), "exception", in CreateInitialObjects()
/external/v8/src/ast/
Dast.h2541 void set_exception(Expression* e) { exception_ = e; } in set_exception() function