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);
375 #include <__exception/exception_ptr.h>
510 exception_ptr __exception_;
542 void set_exception(exception_ptr __p);
543 void set_exception_at_thread_exit(exception_ptr __p);
1138 _LIBCPP_HIDE_FROM_ABI void set_exception(exception_ptr __p);
1143 _LIBCPP_HIDE_FROM_ABI void set_exception_at_thread_exit(exception_ptr __p);
1192 void promise<_Rp>::set_exception(exception_ptr __p) {
1214 void promise<_Rp>::set_exception_at_thread_exit(exception_ptr __p) {
1254 _LIBCPP_HIDE_FROM_ABI void set_exception(exception_ptr __p);
1258 _LIBCPP_HIDE_FROM_ABI void set_exception_at_thread_exit(exception_ptr __p);
1300 void promise<_Rp&>::set_exception(exception_ptr __p) {
1315 void promise<_Rp&>::set_exception_at_thread_exit(exception_ptr __p) {
1355 void set_exception(exception_ptr __p);
1359 void set_exception_at_thread_exit(exception_ptr __p);