HomeSort by relevance Sort by last modified time
    Searched defs:is_error_code_enum (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/libcxx/test/std/diagnostics/syserr/
is_error_code_enum.pass.cpp 14 // template <> struct is_error_code_enum<> : public false_type {};
24 static_assert((std::is_error_code_enum<T>::value == Expected), "");
39 struct is_error_code_enum<A> : public std::true_type {}; struct in namespace:std
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 27 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/
ErrorCodeEnum.pass.cpp 27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct in namespace:std
  /external/llvm/tools/llvm-cxxdump/
Error.h 36 struct is_error_code_enum<llvm::cxxdump_error> : std::true_type {}; struct in namespace:std
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/
is_error_code_enum.pass.cpp 14 // template <> struct is_error_code_enum<> : public false_type {};
24 static_assert((std::is_error_code_enum<T>::value == Expected), "");
39 struct is_error_code_enum<A> : public std::true_type {}; struct in namespace:std
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct in namespace:std
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct in namespace:std
  /external/llvm/tools/llvm-readobj/
Error.h 38 template <> struct is_error_code_enum<llvm::readobj_error> : std::true_type {}; struct in namespace:std
  /external/llvm/tools/obj2yaml/
Error.h 51 template <> struct is_error_code_enum<llvm::obj2yaml_error> : std::true_type {}; struct in namespace:std
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
Error.h 44 template <> struct is_error_code_enum<object::object_error> : true_type { }; struct in namespace:llvm
46 template <> struct is_error_code_enum<object::object_error::_> : true_type { }; struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
Error.h 65 template <> struct is_error_code_enum<lld::YamlReaderError> : std::true_type {}; struct in namespace:std
  /external/llvm/include/llvm/Object/
Error.h 88 struct is_error_code_enum<llvm::object::object_error> : std::true_type {}; struct in namespace:std
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 209 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {}; struct in namespace:std
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeReader.h 221 template <> struct is_error_code_enum<llvm::BitcodeError> : std::true_type {}; struct in namespace:llvm::std

Completed in 1789 milliseconds

1 2 3 4 5