Home
last modified time | relevance | path

Searched defs:generic_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.cc39 struct generic_error_category : public std::error_category struct
42 name() const noexcept in name()
47 message(int i) const in message()
H A Dcompatibility-c++0x.cc184 struct generic_error_category : public std::error_category struct
187 name() const noexcept in name()
191 message(int i) const in message()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc60 struct generic_error_category final : public std::error_category struct
63 name() const noexcept final in name()
68 message(int i) const final in message()
77 equivalent(int i, const std::error_condition& cond) const noexcept final in equivalent()
H A Dcompatibility-c++0x.cc188 struct generic_error_category : public std::error_category struct
191 name() const noexcept in name()
195 message(int i) const in message()