Lines Matching refs:exception_ptr
80 void set_exception(exception_ptr p);
85 void set_exception_at_thread_exit(exception_ptr p);
109 void set_exception(exception_ptr p);
113 void set_exception_at_thread_exit(exception_ptr p);
137 void set_exception(exception_ptr p);
141 void set_exception_at_thread_exit(exception_ptr p);
372 # include <__exception/exception_ptr.h>
507 exception_ptr __exception_;
539 void set_exception(exception_ptr __p);
540 void set_exception_at_thread_exit(exception_ptr __p);
1135 _LIBCPP_HIDE_FROM_ABI void set_exception(exception_ptr __p);
1140 _LIBCPP_HIDE_FROM_ABI void set_exception_at_thread_exit(exception_ptr __p);
1189 void promise<_Rp>::set_exception(exception_ptr __p) {
1211 void promise<_Rp>::set_exception_at_thread_exit(exception_ptr __p) {
1251 _LIBCPP_HIDE_FROM_ABI void set_exception(exception_ptr __p);
1255 _LIBCPP_HIDE_FROM_ABI void set_exception_at_thread_exit(exception_ptr __p);
1297 void promise<_Rp&>::set_exception(exception_ptr __p) {
1312 void promise<_Rp&>::set_exception_at_thread_exit(exception_ptr __p) {
1352 void set_exception(exception_ptr __p);
1356 void set_exception_at_thread_exit(exception_ptr __p);