Home
last modified time | relevance | path

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

12

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp222 template<> struct is_error_code_enum<asio::error::basic_errors> struct
227 template<> struct is_error_code_enum<asio::error::netdb_errors> struct
232 template<> struct is_error_code_enum<asio::error::addrinfo_errors> struct
237 template<> struct is_error_code_enum<asio::error::misc_errors> struct
/external/libcxx/test/std/diagnostics/syserr/
Dis_error_code_enum.pass.cpp24 static_assert((std::is_error_code_enum<T>::value == Expected), ""); in test()
39 struct is_error_code_enum<A> : public std::true_type {}; struct
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DError.h44 template <> struct is_error_code_enum<object::object_error> : true_type { };
46 template <> struct is_error_code_enum<object::object_error::_> : true_type { };
/external/libcxx/include/
Dsystem_error43 template <class T> struct is_error_code_enum
53 inline constexpr size_t is_error_code_enum_v = is_error_code_enum<_Tp>::value; // C++17
158 // is_error_code_enum
161 struct _LIBCPP_TEMPLATE_VIS is_error_code_enum
166 _LIBCPP_INLINE_VAR constexpr size_t is_error_code_enum_v = is_error_code_enum<_Tp>::value;
329 typename enable_if<is_error_code_enum<_Ep>::value>::type* = 0
344 is_error_code_enum<_Ep>::value,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h486 template <class Tp> struct is_error_code_enum : public false_type {}; struct
746 is_error_code_enum<E>::value
759 is_error_code_enum<E>::value,
900 template <> struct is_error_code_enum<windows_error> : true_type { };
902 template <> struct is_error_code_enum<windows_error::_> : true_type { };
/external/libcxx/test/std/thread/futures/futures.overview/
Dis_error_code_enum_future_errc.pass.cpp21 static_assert(std::is_error_code_enum <std::future_errc>::value, ""); in main()
/external/libcxx/test/std/input.output/iostreams.base/
Dis_error_code_enum_io_errc.pass.cpp21 static_assert(std::is_error_code_enum <std::io_errc>::value, ""); in main()
/external/llvm/tools/llvm-cxxdump/
DError.h36 struct is_error_code_enum<llvm::cxxdump_error> : std::true_type {};
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
DError.h36 struct is_error_code_enum<llvm::cxxdump_error> : std::true_type {};
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
DErrorCodeEnum.pass.cpp27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DError.h38 template <> struct is_error_code_enum<llvm::readobj_error> : std::true_type {};
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
DErrorCodeEnum.pass.cpp27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct
/external/llvm/tools/llvm-readobj/
DError.h38 template <> struct is_error_code_enum<llvm::readobj_error> : std::true_type {};
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrorOr.h76 typename std::enable_if<std::is_error_code_enum<E>::value ||
270 typename std::enable_if<std::is_error_code_enum<E>::value ||
DErrc.h85 template <> struct is_error_code_enum<llvm::errc> : std::true_type {};
/external/llvm/tools/obj2yaml/
DError.h51 template <> struct is_error_code_enum<llvm::obj2yaml_error> : std::true_type {};
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
DError.h51 template <> struct is_error_code_enum<llvm::obj2yaml_error> : std::true_type {};
/external/llvm/include/llvm/Object/
DError.h88 struct is_error_code_enum<llvm::object::object_error> : std::true_type {};
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DError.h89 struct is_error_code_enum<llvm::object::object_error> : std::true_type {};
/external/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 {};
/external/llvm/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 {};
/external/clang/include/clang/Frontend/
DSerializedDiagnosticReader.h128 struct is_error_code_enum<clang::serialized_diags::SDError> : std::true_type {};
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h209 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {};

12