Home
last modified time | relevance | path

Searched refs:error_category (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dsystem_error19 class error_category
22 virtual ~error_category() noexcept;
24 constexpr error_category();
25 error_category(const error_category&) = delete;
26 error_category& operator=(const error_category&) = delete;
195 // class error_category
206 error_category() _NOEXCEPT;
212 error_category(const error_category&);// = delete;
213 error_category& operator=(const error_category&);// = delete;
235 : public error_category
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp31 error_category::error_category() noexcept in error_category() function in error_category
36 error_category::~error_category() noexcept in ~error_category()
41 error_category::default_error_condition(int ev) const noexcept in default_error_condition()
47 error_category::equivalent(int code, const error_condition& condition) const noexcept in equivalent()
53 error_category::equivalent(const error_code& code, int condition) const noexcept in equivalent()
164 const error_category&
206 const error_category&
261 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error()
267 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error()
273 system_error::system_error(int ev, const error_category& ecat) in system_error()
H A Dfuture.cpp67 const error_category&
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp25 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() { in object_category()
79 return *error_category; in object_category()
/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DError.cpp19 class _YamlReaderErrorCategory : public std::error_category {
38 const std::error_category &lld::YamlReaderCategory() { in YamlReaderCategory()
48 class dynamic_error_category : public std::error_category {
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A DError.cpp22 class cxxdump_error_category : public std::error_category {
41 const std::error_category &cxxdump_category() { in cxxdump_category()
H A DError.h19 const std::error_category &cxxdump_category();
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DGenericError.cpp20 class PDBErrorCategory : public std::error_category {
46 const std::error_category &llvm::pdb::PDBErrCategory() { return *PDBCategory; } in PDBErrCategory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAError.cpp11 class DIAErrorCategory : public std::error_category {
35 const std::error_category &llvm::pdb::DIAErrCategory() { return *DIACategory; } in DIAErrCategory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewError.cpp21 class CodeViewErrorCategory : public std::error_category {
46 const std::error_category &llvm::codeview::CVErrorCategory() { in CVErrorCategory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFError.cpp21 class MSFErrorCategory : public std::error_category {
48 const std::error_category &llvm::msf::MSFErrCategory() { return *MSFCategory; } in MSFErrCategory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DRawError.cpp12 class RawErrorCategory : public std::error_category {
51 const std::error_category &llvm::pdb::RawErrCategory() { return *RawCategory; } in RawErrCategory()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h34 const std::error_category &CVErrorCategory();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h35 const std::error_category &PDBErrCategory();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h35 const std::error_category &MSFErrCategory();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h35 const std::error_category &DIAErrCategory();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h41 const std::error_category &RawErrCategory();
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DError.h23 const std::error_category &YamlReaderCategory();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h27 const std::error_category &object_category();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp27 class OrcErrorCategory : public std::error_category {
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp327 class SDErrorCategoryType final : public std::error_category {
369 const std::error_category &clang::serialized_diags::SDErrorCategory() { in SDErrorCategory()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h39 const std::error_category &SDErrorCategory();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp54 class SampleProfErrorCategoryType : public std::error_category {
101 const std::error_category &llvm::sampleprof_category() { in sampleprof_category()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp28 class ErrorErrorCategory : public std::error_category {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h268 const std::error_category &BitcodeErrorCategory();

12