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

/external/libcxx/test/thread/futures/futures.overview/
H A Dis_error_code_enum_future_errc.pass.cpp12 // template <> struct is_error_code_enum<future_errc> : public true_type {};
18 static_assert(std::is_error_code_enum<std::future_errc>::value, "");
/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/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/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/include/llvm/Object/
H A DError.h42 struct is_error_code_enum<llvm::object::object_error> : std::true_type {}; struct in namespace:std
/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h48 struct is_error_code_enum<llvm::instrprof_error> : 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/Support/
H A DErrc.h84 template <> struct is_error_code_enum<llvm::errc> : std::true_type {}; struct in namespace:llvm::std
H A DErrorOr.h98 typename std::enable_if<std::is_error_code_enum<E>::value ||
269 typename std::enable_if<std::is_error_code_enum<E>::value ||
/external/clang/include/clang/Format/
H A DFormat.h529 struct is_error_code_enum<clang::format::ParseError> : std::true_type {}; struct in namespace:std

Completed in 308 milliseconds