Lines Matching refs:exception_ptr
141 exception_ptr::~exception_ptr() _NOEXCEPT in ~exception_ptr()
146 #warning exception_ptr not yet implemented in ~exception_ptr()
151 exception_ptr::exception_ptr(const exception_ptr& other) _NOEXCEPT in exception_ptr() function in std::exception_ptr
157 #warning exception_ptr not yet implemented in exception_ptr()
162 exception_ptr& exception_ptr::operator=(const exception_ptr& other) _NOEXCEPT in operator =()
173 #warning exception_ptr not yet implemented in operator =()
197 exception_ptr current_exception() _NOEXCEPT in current_exception()
203 exception_ptr ptr; in current_exception()
207 #warning exception_ptr not yet implemented in current_exception()
213 void rethrow_exception(exception_ptr p) in rethrow_exception()
220 #warning exception_ptr not yet implemented in rethrow_exception()