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/
H A DCodeViewError.h31 struct is_error_code_enum<llvm::codeview::cv_error_code> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h31 struct is_error_code_enum<llvm::msf::msf_error_code> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h30 struct is_error_code_enum<llvm::pdb::dia_error_code> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h31 struct is_error_code_enum<llvm::pdb::pdb_error_code> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h38 struct is_error_code_enum<llvm::pdb::raw_error_code> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DError.h89 struct is_error_code_enum<llvm::object::object_error> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DErrorOr.h75 typename std::enable_if<std::is_error_code_enum<E>::value || in ErrorOr()
269 typename std::enable_if<std::is_error_code_enum<E>::value ||
H A DErrc.h84 template <> struct is_error_code_enum<llvm::errc> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrorOr.h85 typename std::enable_if<std::is_error_code_enum<E>::value || in ErrorOr()
279 typename std::enable_if<std::is_error_code_enum<E>::value ||
H A DErrc.h84 template <> struct is_error_code_enum<llvm::errc> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h268 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DSampleProf.h80 struct is_error_code_enum<llvm::sampleprof_error> : std::true_type {}; struct
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp5938 struct is_error_code_enum<VULKAN_HPP_NAMESPACE::Result> : public true_type struct
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp28 # include <system_error> // std::is_error_code_enum
6142 struct is_error_code_enum<VULKAN_HPP_NAMESPACE::Result> : public true_type struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp25618 struct is_error_code_enum : public false_type { };
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 { };
[all...]

Completed in 95 milliseconds