Searched refs:is_error_code_enum (Results 1 - 18 of 18) sorted by relevance

/external/libcxx/test/std/thread/futures/futures.overview/
H A Dis_error_code_enum_future_errc.pass.cpp14 // template <> struct is_error_code_enum<future_errc> : public true_type {};
20 static_assert(std::is_error_code_enum<std::future_errc>::value, "");
/external/libcxx/test/std/experimental/utilities/syserror/header.system_error.synop/
H A Dis_error_code_enum_v.pass.cpp26 std::is_error_code_enum <std::io_errc>::value, "");
35 std::is_error_code_enum <int>::value, "");
/external/llvm/tools/llvm-cxxdump/
H A DError.h36 struct is_error_code_enum<llvm::cxxdump_error> : std::true_type {}; struct in namespace:std
/external/llvm/tools/obj2yaml/
H A DError.h32 template <> struct is_error_code_enum<llvm::obj2yaml_error> : std::true_type {}; struct in namespace:std
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
H A DErrorCodeEnum.pass.cpp27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct in namespace:std
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
H A DErrorCodeEnum.pass.cpp27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct in namespace:std
/external/llvm/tools/llvm-readobj/
H A DError.h38 template <> struct is_error_code_enum<llvm::readobj_error> : std::true_type {}; struct in namespace:std
/external/llvm/include/llvm/Object/
H A DError.h49 struct is_error_code_enum<llvm::object::object_error> : std::true_type {}; struct in namespace:std
/external/parameter-framework/asio/include/asio/
H A Derror.hpp222 template<> struct is_error_code_enum<asio::error::basic_errors> struct in namespace:std
227 template<> struct is_error_code_enum<asio::error::netdb_errors> struct in namespace:std
232 template<> struct is_error_code_enum<asio::error::addrinfo_errors> struct in namespace:std
237 template<> struct is_error_code_enum<asio::error::misc_errors> struct in namespace:std
/external/parameter-framework/asio-1.10.6/include/asio/
H A Derror.hpp222 template<> struct is_error_code_enum<asio::error::basic_errors> struct in namespace:std
227 template<> struct is_error_code_enum<asio::error::netdb_errors> struct in namespace:std
232 template<> struct is_error_code_enum<asio::error::addrinfo_errors> struct in namespace:std
237 template<> struct is_error_code_enum<asio::error::misc_errors> struct in namespace:std
/external/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h128 struct is_error_code_enum<clang::serialized_diags::SDError> : std::true_type {}; struct in namespace:std
/external/llvm/include/llvm/Support/
H A DErrc.h84 template <> struct is_error_code_enum<llvm::errc> : std::true_type {}; struct in namespace:llvm::std
H A 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 ||
/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h210 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {}; struct in namespace:std
/external/clang/include/clang/Format/
H A DFormat.h787 struct is_error_code_enum<clang::format::ParseError> : std::true_type {}; struct in namespace:std
/external/llvm/include/llvm/ProfileData/
H A DSampleProf.h63 struct is_error_code_enum<llvm::sampleprof_error> : std::true_type {}; struct in namespace:std
H A DCoverageMapping.h506 struct is_error_code_enum<llvm::coveragemap_error> : std::true_type {}; struct in namespace:std
H A DInstrProf.h587 struct is_error_code_enum<llvm::instrprof_error> : std::true_type {}; struct in namespace:llvm::std

Completed in 771 milliseconds