Home | History | Annotate | Download | only in src

Lines Matching defs:_NOEXCEPT

50 set_unexpected(unexpected_handler func) _NOEXCEPT
56 get_unexpected() _NOEXCEPT
71 set_terminate(terminate_handler func) _NOEXCEPT
77 get_terminate() _NOEXCEPT
85 terminate() _NOEXCEPT
109 bool uncaught_exception() _NOEXCEPT
128 exception::~exception() _NOEXCEPT
132 const char* exception::what() const _NOEXCEPT
141 bad_exception::~bad_exception() _NOEXCEPT
145 const char* bad_exception::what() const _NOEXCEPT
170 exception_ptr(const exception_ptr&) _NOEXCEPT;
171 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT;
172 ~exception_ptr() _NOEXCEPT;
181 exception_ptr::~exception_ptr() _NOEXCEPT
198 exception_ptr::exception_ptr(const exception_ptr& other) _NOEXCEPT
217 exception_ptr& exception_ptr::operator=(const exception_ptr& other) _NOEXCEPT
242 nested_exception::nested_exception() _NOEXCEPT
249 nested_exception::~nested_exception() _NOEXCEPT
266 exception_ptr current_exception() _NOEXCEPT