Lines Matching refs:_NOEXCEPT
50 set_unexpected(unexpected_handler func) _NOEXCEPT in set_unexpected()
56 get_unexpected() _NOEXCEPT in get_unexpected()
71 set_terminate(terminate_handler func) _NOEXCEPT in set_terminate()
77 get_terminate() _NOEXCEPT in get_terminate()
85 terminate() _NOEXCEPT in terminate()
109 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; } in uncaught_exception()
111 int uncaught_exceptions() _NOEXCEPT in uncaught_exceptions()
134 exception::~exception() _NOEXCEPT in ~exception()
138 const char* exception::what() const _NOEXCEPT in what()
147 bad_exception::~bad_exception() _NOEXCEPT in ~bad_exception()
151 const char* bad_exception::what() const _NOEXCEPT in what()
176 exception_ptr(const exception_ptr&) _NOEXCEPT;
177 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT;
178 ~exception_ptr() _NOEXCEPT;
187 exception_ptr::~exception_ptr() _NOEXCEPT in ~exception_ptr()
204 exception_ptr::exception_ptr(const exception_ptr& other) _NOEXCEPT in exception_ptr()
223 exception_ptr& exception_ptr::operator=(const exception_ptr& other) _NOEXCEPT in operator =()
248 nested_exception::nested_exception() _NOEXCEPT in nested_exception()
255 nested_exception::~nested_exception() _NOEXCEPT in ~nested_exception()
272 exception_ptr current_exception() _NOEXCEPT in current_exception()