Searched defs:is_error_code_enum (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A DError.h35 struct is_error_code_enum<llvm::cxxdump_error> : std::true_type {}; struct in namespace:std
/freebsd-current/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_code.h30 struct _LIBCPP_TEMPLATE_VIS is_error_code_enum : public false_type {}; struct in inherits:false_type
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h30 struct is_error_code_enum<llvm::pdb::dia_error_code> : std::true_type {}; struct in namespace:std
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h30 struct is_error_code_enum<llvm::pdb::pdb_error_code> : std::true_type {}; struct in namespace:std
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h29 struct is_error_code_enum<llvm::codeview::cv_error_code> : std::true_type {}; struct in namespace:std
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h36 struct is_error_code_enum<llvm::pdb::raw_error_code> : std::true_type {}; struct in namespace:std
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h94 struct is_error_code_enum<llvm::object::object_error> : std::true_type {}; struct in namespace:std
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h34 struct is_error_code_enum<llvm::msf::msf_error_code> : std::true_type {}; struct in namespace:std
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h261 struct is_error_code_enum<clang::BuildPreambleError> : std::true_type {}; struct in namespace:std
H A DSerializedDiagnosticReader.h134 struct is_error_code_enum<clang::serialized_diags::SDError> : std::true_type {}; struct in namespace:std
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h84 template <> struct is_error_code_enum<llvm::errc> : std::true_type {}; struct in namespace:llvm::std
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h318 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {}; struct in namespace:llvm::std
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h84 struct is_error_code_enum<llvm::sampleprof_error> : std::true_type {}; struct in namespace:std

Completed in 242 milliseconds