reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

lib/Bitcode/Reader/BitcodeReader.cpp
 6251 class BitcodeErrorCategoryType : public std::error_category {
lib/DebugInfo/CodeView/CodeViewError.cpp
   20 class CodeViewErrorCategory : public std::error_category {
lib/DebugInfo/MSF/MSFError.cpp
   20 class MSFErrorCategory : public std::error_category {
lib/DebugInfo/PDB/GenericError.cpp
   20 class PDBErrorCategory : public std::error_category {
lib/DebugInfo/PDB/Native/RawError.cpp
   12 class RawErrorCategory : public std::error_category {
lib/ExecutionEngine/JITLink/JITLink.cpp
   31 class JITLinkerErrorCategory : public std::error_category {
lib/ExecutionEngine/Orc/OrcError.cpp
   25 class OrcErrorCategory : public std::error_category {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
   42 class RuntimeDyldErrorCategory : public std::error_category {
lib/Object/Error.cpp
   24 class _object_error_category : public std::error_category {
lib/ProfileData/Coverage/CoverageMapping.cpp
  816 class CoverageMappingErrorCategoryType : public std::error_category {
lib/ProfileData/InstrProf.cpp
  125 class InstrProfErrorCategoryType : public std::error_category {
lib/ProfileData/SampleProf.cpp
   41 class SampleProfErrorCategoryType : public std::error_category {
lib/Support/Error.cpp
   28   class ErrorErrorCategory : public std::error_category {
tools/clang/include/clang/Format/Format.h
   39 class ParseErrorCategory final : public std::error_category {
tools/clang/include/clang/Frontend/PrecompiledPreamble.h
  298 class BuildPreambleErrorCategory final : public std::error_category {
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp
   83 class IndexErrorCategory : public std::error_category {
tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp
  327 class SDErrorCategoryType final : public std::error_category {
tools/lld/lib/Core/Error.cpp
   19 class _YamlReaderErrorCategory : public std::error_category {
   48 class dynamic_error_category : public std::error_category {
tools/llvm-cxxdump/Error.cpp
   22 class cxxdump_error_category : public std::error_category {
tools/llvm-readobj/Error.cpp
   22 class _readobj_error_category : public std::error_category {
tools/obj2yaml/Error.cpp
   18 class _obj2yaml_error_category : public std::error_category {
unittests/Support/ErrorTest.cpp
  937 class TestErrorCategory : public std::error_category {

References

include/llvm/Bitcode/BitcodeReader.h
  258   const std::error_category &BitcodeErrorCategory();
include/llvm/DebugInfo/CodeView/CodeViewError.h
   36 const std::error_category &CVErrorCategory();
include/llvm/DebugInfo/MSF/MSFError.h
   36 const std::error_category &MSFErrCategory();
include/llvm/DebugInfo/PDB/GenericError.h
   36 const std::error_category &PDBErrCategory();
include/llvm/DebugInfo/PDB/Native/RawError.h
   43 const std::error_category &RawErrCategory();
include/llvm/Object/Error.h
   25 const std::error_category &object_category();
include/llvm/ProfileData/Coverage/CoverageMapping.h
   60 const std::error_category &coveragemap_category();
include/llvm/ProfileData/InstrProf.h
  273 const std::error_category &instrprof_category();
include/llvm/ProfileData/SampleProf.h
   41 const std::error_category &sampleprof_category();
lib/Bitcode/Reader/BitcodeReader.cpp
 6251 class BitcodeErrorCategoryType : public std::error_category {
 6270 const std::error_category &llvm::BitcodeErrorCategory() {
lib/DebugInfo/CodeView/CodeViewError.cpp
   20 class CodeViewErrorCategory : public std::error_category {
   45 const std::error_category &llvm::codeview::CVErrorCategory() {
lib/DebugInfo/MSF/MSFError.cpp
   20 class MSFErrorCategory : public std::error_category {
   45 const std::error_category &llvm::msf::MSFErrCategory() { return *MSFCategory; }
lib/DebugInfo/PDB/GenericError.cpp
   20 class PDBErrorCategory : public std::error_category {
   46 const std::error_category &llvm::pdb::PDBErrCategory() { return *PDBCategory; }
lib/DebugInfo/PDB/Native/RawError.cpp
   12 class RawErrorCategory : public std::error_category {
   51 const std::error_category &llvm::pdb::RawErrCategory() { return *RawCategory; }
lib/ExecutionEngine/JITLink/JITLink.cpp
   31 class JITLinkerErrorCategory : public std::error_category {
lib/ExecutionEngine/Orc/OrcError.cpp
   25 class OrcErrorCategory : public std::error_category {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
   42 class RuntimeDyldErrorCategory : public std::error_category {
lib/Object/Error.cpp
   24 class _object_error_category : public std::error_category {
   76 const std::error_category &object::object_category() {
lib/ProfileData/Coverage/CoverageMapping.cpp
  816 class CoverageMappingErrorCategoryType : public std::error_category {
  831 const std::error_category &llvm::coverage::coveragemap_category() {
lib/ProfileData/InstrProf.cpp
  125 class InstrProfErrorCategoryType : public std::error_category {
  137 const std::error_category &llvm::instrprof_category() {
lib/ProfileData/SampleProf.cpp
   41 class SampleProfErrorCategoryType : public std::error_category {
   86 const std::error_category &llvm::sampleprof_category() {
lib/Support/Error.cpp
   28   class ErrorErrorCategory : public std::error_category {
tools/clang/include/clang/Format/Format.h
   39 class ParseErrorCategory final : public std::error_category {
   44 const std::error_category &getParseCategory();
tools/clang/include/clang/Frontend/PrecompiledPreamble.h
  298 class BuildPreambleErrorCategory final : public std::error_category {
tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h
   39 const std::error_category &SDErrorCategory();
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp
   83 class IndexErrorCategory : public std::error_category {
tools/clang/lib/Format/Format.cpp
  613 const std::error_category &getParseCategory() {
tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp
  327 class SDErrorCategoryType final : public std::error_category {
  369 const std::error_category &clang::serialized_diags::SDErrorCategory() {
tools/lld/include/lld/Core/Error.h
   23 const std::error_category &YamlReaderCategory();
tools/lld/lib/Core/Error.cpp
   19 class _YamlReaderErrorCategory : public std::error_category {
   38 const std::error_category &lld::YamlReaderCategory() {
   48 class dynamic_error_category : public std::error_category {
tools/llvm-cxxdump/Error.cpp
   22 class cxxdump_error_category : public std::error_category {
   41 const std::error_category &cxxdump_category() {
tools/llvm-cxxdump/Error.h
   19 const std::error_category &cxxdump_category();
tools/llvm-readobj/Error.cpp
   22 class _readobj_error_category : public std::error_category {
   52 const std::error_category &readobj_category() {
tools/llvm-readobj/Error.h
   19 const std::error_category &readobj_category();
tools/obj2yaml/Error.cpp
   18 class _obj2yaml_error_category : public std::error_category {
   48 const std::error_category &obj2yaml_category() {
tools/obj2yaml/Error.h
   17 const std::error_category &obj2yaml_category();
unittests/Support/ErrorTest.cpp
  924 const std::error_category &TErrorCategory();
  937 class TestErrorCategory : public std::error_category {
  954 const std::error_category &TErrorCategory() { return *TestErrCategory; }
usr/include/c++/7.4.0/bits/ios_base.h
  207   const error_category& iostream_category() noexcept;
usr/include/c++/7.4.0/future
   79   const error_category&
usr/include/c++/7.4.0/system_error
   81     error_category(const error_category&) = delete;
   82     error_category& operator=(const error_category&) = delete;
   82     error_category& operator=(const error_category&) = delete;
  121     operator<(const error_category& __other) const noexcept
  125     operator==(const error_category& __other) const noexcept
  129     operator!=(const error_category& __other) const noexcept
  134   _GLIBCXX_CONST const error_category& system_category() noexcept;
  135   _GLIBCXX_CONST const error_category& generic_category() noexcept;
  151     error_code(int __v, const error_category& __cat) noexcept
  160     assign(int __v, const error_category& __cat) noexcept
  180     const error_category&
  199     const error_category* 	_M_cat;
  229     error_condition(int __v, const error_category& __cat) noexcept
  238     assign(int __v, const error_category& __cat) noexcept
  259     const error_category&
  273     const error_category* 	_M_cat;
  356     system_error(int __v, const error_category& __ecat, const char* __what)
  359     system_error(int __v, const error_category& __ecat)
  363     system_error(int __v, const error_category& __ecat, const string& __what)
utils/unittest/googletest/include/gtest/gtest-printers.h
  140   static void PrintValue(const T& value, ::std::ostream* os) {
  205     ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
  206   TypeWithoutFormatter<T,
  207       (internal::IsAProtocolMessage<T>::value ? kProtobuf :
  208        internal::ImplicitlyConvertible<const T&, internal::BiggestInt>::value ?
  223 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) {
  276   static ::std::string Format(const ToPrint& value) {
  351     const T1& value, const T2& /* other_operand */) {
  351     const T1& value, const T2& /* other_operand */) {
  352   return FormatForComparison<T1, T2>::Format(value);
  352   return FormatForComparison<T1, T2>::Format(value);
  366 void UniversalPrint(const T& value, ::std::ostream* os);
  373                     const C& container, ::std::ostream* os) {
  439                     const T& value, ::std::ostream* os) {
  455 void PrintTo(const T& value, ::std::ostream* os) {
  478   DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
  699   static void Print(const T& value, ::std::ostream* os) {
  784   static void Print(const T& value, ::std::ostream* os) {
  856   typedef T T1;
  983   internal::UniversalTersePrinter<T>::Print(value, &ss);
utils/unittest/googletest/include/gtest/gtest.h
 1377                                    const T1& lhs, const T2& rhs) {
 1377                                    const T1& lhs, const T2& rhs) {
 1389                             const T1& lhs,
 1390                             const T2& rhs) {
 1419                                  const T1& lhs,
 1420                                  const T2& rhs) {
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   29   static const T& printable(const T& V) { return V; }
   29   static const T& printable(const T& V) { return V; }
   35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
   35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
   37   return StreamSwitch<T>::printable(V);
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
   94 ::std::string PrintToString(const T& value);