Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/libc++/include/
H A Dsystem_error20 class error_category
23 virtual ~error_category() noexcept;
25 constexpr error_category();
26 error_category(const error_category&) = delete;
27 error_category& operator=(const error_category&) = delete;
193 // class error_category
204 error_category() _NOEXCEPT;
210 error_category(const error_category&);// = delete;
211 error_category& operator=(const error_category&);// = delete;
233 : public error_category
[all …]
/freebsd-12.1/contrib/libc++/src/
H A Dsystem_error.cpp32 error_category::error_category() _NOEXCEPT in error_category() function in error_category
37 error_category::~error_category() _NOEXCEPT in ~error_category()
42 error_category::default_error_condition(int ev) const _NOEXCEPT in default_error_condition()
48 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent()
54 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent()
165 const error_category&
207 const error_category&
262 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error()
268 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error()
274 system_error::system_error(int ev, const error_category& ecat) in system_error()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DError.cpp25 class _object_error_category : public std::error_category {
75 static ManagedStatic<_object_error_category> error_category; variable
77 const std::error_category &object::object_category() { in object_category()
78 return *error_category; in object_category()
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DError.cpp20 class _YamlReaderErrorCategory : public std::error_category {
39 const std::error_category &lld::YamlReaderCategory() { in YamlReaderCategory()
49 class dynamic_error_category : public std::error_category {
/freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/
H A DError.cpp23 class cxxdump_error_category : public std::error_category {
42 const std::error_category &cxxdump_category() { in cxxdump_category()
H A DError.h20 const std::error_category &cxxdump_category();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DCodeViewError.cpp20 class CodeViewErrorCategory : public std::error_category {
44 const std::error_category &llvm::codeview::CVErrorCategory() { in CVErrorCategory()
/freebsd-12.1/contrib/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-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMSFError.cpp20 class MSFErrorCategory : public std::error_category {
44 const std::error_category &llvm::msf::MSFErrCategory() { return *MSFCategory; } in MSFErrCategory()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DGenericError.cpp20 class PDBErrorCategory : public std::error_category {
45 const std::error_category &llvm::pdb::PDBErrCategory() { return *PDBCategory; } in PDBErrCategory()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DError.cpp23 class _readobj_error_category : public std::error_category {
53 const std::error_category &readobj_category() { in readobj_category()
H A DError.h20 const std::error_category &readobj_category();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DRawError.cpp11 class RawErrorCategory : public std::error_category {
49 const std::error_category &llvm::pdb::RawErrCategory() { return *RawCategory; } in RawErrCategory()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProf.cpp42 class SampleProfErrorCategoryType : public std::error_category {
81 const std::error_category &llvm::sampleprof_category() { in sampleprof_category()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h37 const std::error_category &CVErrorCategory();
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h36 const std::error_category &DIAErrCategory();
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h37 const std::error_category &MSFErrCategory();
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h37 const std::error_category &PDBErrCategory();
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h44 const std::error_category &RawErrCategory();
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DError.h24 const std::error_category &YamlReaderCategory();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp267 class SDErrorCategoryType final : public std::error_category {
309 const std::error_category &clang::serialized_diags::SDErrorCategory() { in SDErrorCategory()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DError.h26 const std::error_category &object_category();
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcError.cpp26 class OrcErrorCategory : public std::error_category {
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h40 const std::error_category &SDErrorCategory();
/freebsd-12.1/contrib/llvm/lib/Support/
H A DError.cpp29 class ErrorErrorCategory : public std::error_category {

12