Home
last modified time | relevance | path

Searched refs:system_error_category (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc203 struct system_error_category : public std::error_category struct
219 const system_error_category system_category_instance{};
H A Dsystem_error.cc83 struct system_error_category final : public std::error_category struct
520 { return system_error_category::default_error_condition(i) == cond; } in equivalent()
523 __constinit constant_init<system_error_category> system_category_instance{};
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc199 struct system_error_category : public std::error_category struct
215 const system_error_category system_category_instance{};
H A Dsystem_error.cc55 struct system_error_category : public std::error_category struct
331 const system_error_category system_category_instance{};
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20212851 * src/c++11/system_error.cc (system_error_category) [_WIN32]:
2863 (system_error_category): Define class and virtual functions as
2865 (system_error_category::equivalent(int, const error_condition&)):
2874 (system_error_category::default_error_condition): Add 0 to
H A DChangeLog-20182762 (system_error_category::default_error_condition): Add workaround for
2790 (system_error_category::default_error_condition): New override to
H A DChangeLog-2008665 * src/system_error.cc (system_error_category, generic_error_category):
H A DChangeLog-20154296 system_error_category::message): Likewise.
H A DChangeLog-20111505 and system_error_category.
H A DChangeLog-20104760 and system_error_category.