HomeSort by relevance Sort by last modified time
    Searched refs:is_integral_or_enum (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/av/media/libstagefright/foundation/tests/
TypeTraits_test.cpp 36 // ============ is_integral_or_enum
41 static_assert(is_integral_or_enum<A>::value, "enums should be integral_or_enum");
42 static_assert(is_integral_or_enum<UA>::value, "enums should be integral_or_enum");
43 static_assert(is_integral_or_enum<IA>::value, "enums should be integral_or_enum");
44 static_assert(is_integral_or_enum<int>::value, "ints should be integral_or_enum");
45 static_assert(is_integral_or_enum<unsigned>::value, "unsigned ints should be integral_or_enum");
46 static_assert(!is_integral_or_enum<float>::value, "floats should not be integral_or_enum");
  /external/llvm/include/llvm/Support/
type_traits.h 65 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
type_traits.h 65 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h 65 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h 65 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
type_traits.h 64 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
TypeTraits.h 37 struct HIDE is_integral_or_enum struct in namespace:android
49 typename U=typename std::enable_if<is_integral_or_enum<T>::value>::type,
  /external/llvm/include/llvm/ADT/
Hashing.h 105 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
341 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
348 : std::integral_constant<bool, ((is_integral_or_enum<T>::value ||
632 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 105 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
341 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
348 : std::integral_constant<bool, ((is_integral_or_enum<T>::value ||
632 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 105 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
341 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
348 : std::integral_constant<bool, ((is_integral_or_enum<T>::value ||
632 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Hashing.h 105 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
341 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
348 : std::integral_constant<bool, ((is_integral_or_enum<T>::value ||
632 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Hashing.h 105 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
341 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
348 : std::integral_constant<bool, ((is_integral_or_enum<T>::value ||
632 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Hashing.h 105 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
341 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
348 : std::integral_constant<bool, ((is_integral_or_enum<T>::value ||
632 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Hashing.h 105 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
341 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
348 : std::integral_constant<bool, ((is_integral_or_enum<T>::value ||
632 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type

Completed in 2036 milliseconds

1 2