Home
last modified time | relevance | path

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

/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/experimental/utilities/syserror/header.system_error.synop/
Dis_error_code_enum_v.pass.cpp26 std::is_error_code_enum <std::io_errc>::value, ""); in main()
35 std::is_error_code_enum <int>::value, ""); in main()
/external/libcxx/include/experimental/
Dsystem_error27 = is_error_code_enum<T>::value;
52 = is_error_code_enum<_Tp>::value;
/external/libcxx/test/std/thread/futures/futures.overview/
Dis_error_code_enum_future_errc.pass.cpp20 static_assert(std::is_error_code_enum<std::future_errc>::value, ""); in main()
/external/llvm/tools/llvm-cxxdump/
DError.h36 struct is_error_code_enum<llvm::cxxdump_error> : std::true_type {};
/external/llvm/tools/obj2yaml/
DError.h32 template <> struct is_error_code_enum<llvm::obj2yaml_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/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/llvm/include/llvm/Object/
DError.h49 struct is_error_code_enum<llvm::object::object_error> : std::true_type {};
/external/libcxx/include/
Dsystem_error43 template <class T> struct is_error_code_enum
233 // is_error_code_enum
236 struct _LIBCPP_TYPE_VIS_ONLY is_error_code_enum
496 typename enable_if<is_error_code_enum<_Ep>::value>::type* = 0
511 is_error_code_enum<_Ep>::value,
Dios391 struct _LIBCPP_TYPE_VIS_ONLY is_error_code_enum<io_errc> : public true_type { };
395 struct _LIBCPP_TYPE_VIS_ONLY is_error_code_enum<io_errc::__lx> : public true_type { };
Dfuture42 template <> struct is_error_code_enum<future_errc> : public true_type { };
394 struct _LIBCPP_TYPE_VIS_ONLY is_error_code_enum<future_errc> : public true_type {};
398 struct _LIBCPP_TYPE_VIS_ONLY is_error_code_enum<future_errc::__lx> : public true_type { };
/external/llvm/include/llvm/Support/
DErrorOr.h99 typename std::enable_if<std::is_error_code_enum<E>::value ||
290 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.h210 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {};
/external/clang/include/clang/Format/
DFormat.h787 struct is_error_code_enum<clang::format::ParseError> : std::true_type {};
/external/llvm/include/llvm/ProfileData/
DSampleProf.h63 struct is_error_code_enum<llvm::sampleprof_error> : std::true_type {};
DCoverageMapping.h506 struct is_error_code_enum<llvm::coveragemap_error> : std::true_type {};
DInstrProf.h587 struct is_error_code_enum<llvm::instrprof_error> : std::true_type {};