Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h31 struct is_error_code_enum<llvm::codeview::cv_error_code> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h30 struct is_error_code_enum<llvm::pdb::dia_error_code> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h31 struct is_error_code_enum<llvm::msf::msf_error_code> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h31 struct is_error_code_enum<llvm::pdb::pdb_error_code> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h38 struct is_error_code_enum<llvm::pdb::raw_error_code> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h75 typename std::enable_if<std::is_error_code_enum<E>::value ||
269 typename std::enable_if<std::is_error_code_enum<E>::value ||
DErrc.h84 template <> struct is_error_code_enum<llvm::errc> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DError.h89 struct is_error_code_enum<llvm::object::object_error> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h85 typename std::enable_if<std::is_error_code_enum<E>::value ||
279 typename std::enable_if<std::is_error_code_enum<E>::value ||
DErrc.h84 template <> struct is_error_code_enum<llvm::errc> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h268 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProf.h80 struct is_error_code_enum<llvm::sampleprof_error> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp5938 struct is_error_code_enum<VULKAN_HPP_NAMESPACE::Result> : public true_type struct
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp6142 struct is_error_code_enum<VULKAN_HPP_NAMESPACE::Result> : public true_type struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp25618 struct is_error_code_enum : public false_type { }; struct
25704 enable_if<is_error_code_enum<_ErrorCodeEnum>::value>::type>
25721 typename enable_if<is_error_code_enum<_ErrorCodeEnum>::value,
26108 template <> struct is_error_code_enum<io_errc> : public true_type { }; struct