Home
last modified time | relevance | path

Searched refs:is_error_code_enum (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_code.h30 struct _LIBCPP_TEMPLATE_VIS is_error_code_enum : public false_type {}; struct
34 inline constexpr bool is_error_code_enum_v = is_error_code_enum<_Tp>::value;
52 template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
63 template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A DError.h35 struct is_error_code_enum<llvm::cxxdump_error> : std::true_type {};
/freebsd-src/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 {};
/freebsd-src/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 {};
/freebsd-src/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 {};
/freebsd-src/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 {};
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h75 std::enable_if_t<std::is_error_code_enum<E>::value ||
262 std::enable_if_t<std::is_error_code_enum<E>::value ||
H A DErrc.h88 template <> struct is_error_code_enum<llvm::errc> : std::true_type {};
/freebsd-src/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 {};
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h94 struct is_error_code_enum<llvm::object::object_error> : std::true_type {};
/freebsd-src/contrib/llvm-project/libcxx/modules/std/
H A Dsystem_error.inc19 using std::is_error_code_enum;
H A Dfuture.inc27 using std::is_error_code_enum;
H A Dios.inc66 using std::is_error_code_enum;
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dsystem_error43 template <class T> struct is_error_code_enum
53 inline constexpr bool is_error_code_enum_v = is_error_code_enum<_Tp>::value; // C++17
H A Dios417 struct _LIBCPP_TEMPLATE_VIS is_error_code_enum<io_errc> : public true_type {};
421 struct _LIBCPP_TEMPLATE_VIS is_error_code_enum<io_errc::__lx> : public true_type {};
H A Dfuture41 template <> struct is_error_code_enum<future_errc> : public true_type { };
412 struct _LIBCPP_TEMPLATE_VIS is_error_code_enum<future_errc> : public true_type {};
416 struct _LIBCPP_TEMPLATE_VIS is_error_code_enum<future_errc::__lx> : public true_type {};
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h132 struct std::is_error_code_enum<clang::serialized_diags::SDError>
H A DPrecompiledPreamble.h260 struct std::is_error_code_enum<clang::BuildPreambleError> : std::true_type {};
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h318 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {};
/freebsd-src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5478 struct std::is_error_code_enum<clang::format::ParseError> : std::true_type {};
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h84 struct is_error_code_enum<llvm::sampleprof_error> : std::true_type {};
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1649 SYMBOL(is_error_code_enum, std::, <system_error>)