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

  /src/external/apache2/llvm/dist/llvm/lib/Object/
Error.cpp 9 // This defines a new error_category for the Object library.
25 class _object_error_category : public std::error_category {
76 static ManagedStatic<_object_error_category> error_category; variable
78 const std::error_category &object::object_category() {
79 return *error_category;
Error.cpp 9 // This defines a new error_category for the Object library.
25 class _object_error_category : public std::error_category {
76 static ManagedStatic<_object_error_category> error_category; variable
78 const std::error_category &object::object_category() {
79 return *error_category;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-c++0x.cc 27 #define error_category error_categoryxx macro
34 #undef error_category macro
139 // gcc-5 replaces this with _V2::error_category
140 class error_category class
143 error_category() noexcept;
145 virtual ~error_category();
147 error_category(const error_category&) = delete;
148 error_category& operator=(const error_category&) = delete
    [all...]
compatibility-c++0x.cc 27 #define error_category error_categoryxx macro
34 #undef error_category macro
139 // gcc-5 replaces this with _V2::error_category
140 class error_category class
143 error_category() noexcept;
145 virtual ~error_category();
147 error_category(const error_category&) = delete;
148 error_category& operator=(const error_category&) = delete
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-c++0x.cc 27 #define error_category error_categoryxx macro
34 #undef error_category macro
139 // gcc-5 replaces this with _V2::error_category
140 class error_category class
143 error_category() noexcept;
145 virtual ~error_category();
147 error_category(const error_category&) = delete;
148 error_category& operator=(const error_category&) = delete
    [all...]
compatibility-c++0x.cc 27 #define error_category error_categoryxx macro
34 #undef error_category macro
139 // gcc-5 replaces this with _V2::error_category
140 class error_category class
143 error_category() noexcept;
145 virtual ~error_category();
147 error_category(const error_category&) = delete;
148 error_category& operator=(const error_category&) = delete
    [all...]

Completed in 44 milliseconds