Lines Matching refs:noexcept
31 error_category::error_category() noexcept in error_category()
36 error_category::~error_category() noexcept in ~error_category()
41 error_category::default_error_condition(int ev) const noexcept in default_error_condition()
47 error_category::equivalent(int code, const error_condition& condition) const noexcept in equivalent()
53 error_category::equivalent(const error_code& code, int condition) const noexcept in equivalent()
144 virtual const char* name() const noexcept;
149 __generic_error_category::name() const noexcept in name()
165 generic_category() noexcept in generic_category()
175 virtual const char* name() const noexcept;
177 virtual error_condition default_error_condition(int ev) const noexcept;
181 __system_error_category::name() const noexcept in name()
197 __system_error_category::default_error_condition(int ev) const noexcept in default_error_condition()
207 system_category() noexcept in system_category()
279 system_error::~system_error() noexcept in ~system_error()