HomeSort by: relevance | last modified time | path
    Searched defs:system_category (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-c++0x.cc 28 #define system_category system_categoryxx macro
35 #undef system_category macro
223 system_category() noexcept { return system_category_instance; }
230 _GLIBCXX_CONST const error_categoryxx& system_category() noexcept;
237 if (*this == system_category())
238 return error_condition(__i, _V2::system_category());
250 if (*this == system_category()
251 && __code.category() == _V2::system_category())
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-c++0x.cc 28 #define system_category system_categoryxx macro
35 #undef system_category macro
223 system_category() noexcept { return system_category_instance; }
230 _GLIBCXX_CONST const error_categoryxx& system_category() noexcept;
237 if (*this == system_category())
238 return error_condition(__i, _V2::system_category());
250 if (*this == system_category()
251 && __code.category() == _V2::system_category())

Completed in 18 milliseconds