Home
last modified time | relevance | path

Searched defs:system_error_category (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc55 struct system_error_category : public std::error_category struct
58 name() const noexcept in name()
63 message(int i) const in message()
71 default_error_condition(int ev) const noexcept in default_error_condition()
H A Dcompatibility-c++0x.cc199 struct system_error_category : public std::error_category struct
202 name() const noexcept in name()
206 message(int i) const in message()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc83 struct system_error_category final : public std::error_category struct
86 name() const noexcept final in name()
91 message(int i) const final in message()
123 default_error_condition(int ev) const noexcept final in default_error_condition()
519 equivalent(int i, const std::error_condition& cond) const noexcept final in equivalent()
H A Dcompatibility-c++0x.cc203 struct system_error_category : public std::error_category struct
206 name() const noexcept in name()
210 message(int i) const in message()