HomeSort by relevance Sort by last modified time
    Searched full:underlying_type (Results 1 - 25 of 1587) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/PR26014/
B.h 5 struct underlying_type struct
A.h 6 struct underlying_type struct
  /external/libbrillo/brillo/
enum_flags.h 71 return static_cast<T>( ~static_cast<typename std::underlying_type<T>::type>(l));
79 static_cast<typename std::underlying_type<T>::type>(l) |
80 static_cast<typename std::underlying_type<T>::type>(r));
88 static_cast<typename std::underlying_type<T>::type>(l) &
89 static_cast<typename std::underlying_type<T>::type>(r));
96 return static_cast<T>(static_cast<typename std::underlying_type<T>::type>(l) ^
97 static_cast<typename std::underlying_type<T>::type>(r));
105 static_cast<typename std::underlying_type<T>::type>(l) |
106 static_cast<typename std::underlying_type<T>::type>(r));
114 static_cast<typename std::underlying_type<T>::type>(l)
    [all...]
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 113 #if __has_feature(underlying_type)
114 int underlying_type();
116 // CHECK: int underlying_type();
  /external/clang/test/SemaCXX/
underlying_type.cpp 30 struct underlying_type { struct in class:f
34 static_assert(is_same_type<underlying_type<f>::type, char>::value,
37 underlying_type<int>::type e; // expected-note {{requested here}}
42 static_assert(is_same_type<underlying_type<foo>::type, unsigned>::value,
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
underlying_type.pass.cpp 12 // underlying_type
33 static_assert((std::is_same<std::underlying_type<E>::type, int>::value),
36 static_assert((std::is_same<std::underlying_type<F>::type, unsigned>::value),
50 static_assert((std::is_same<std::underlying_type<G>::type, char>::value),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.other/
underlying_type.pass.cpp 12 // underlying_type
33 static_assert((std::is_same<std::underlying_type<E>::type, int>::value),
36 static_assert((std::is_same<std::underlying_type<F>::type, unsigned>::value),
50 static_assert((std::is_same<std::underlying_type<G>::type, char>::value),
  /external/skia/include/private/
SkTLogic.h 49 // Unfortunately, libstdc++ STL before libstdc++4.7 do not define std::underlying_type.
60 template <typename T> struct underlying_type { struct in namespace:skstd
65 template <typename T> using underlying_type = std::underlying_type<T>;
68 template <typename T> using underlying_type_t = typename skstd::underlying_type<T>::type;
  /external/skqp/include/private/
SkTLogic.h 49 // Unfortunately, libstdc++ STL before libstdc++4.7 do not define std::underlying_type.
60 template <typename T> struct underlying_type { struct in namespace:skstd
65 template <typename T> using underlying_type = std::underlying_type<T>;
68 template <typename T> using underlying_type_t = typename skstd::underlying_type<T>::type;
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /external/libchrome/base/
template_util_unittest.cc 73 static_assert(std::is_integral<underlying_type<SimpleEnum>::type>::value,
76 std::is_same<underlying_type<EnumWithExplicitType>::type, uint64_t>::value,
78 static_assert(std::is_same<underlying_type<ScopedEnum>::type, int>::value,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
DiagnosticOptions.h 40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
53 using UT = std::underlying_type<DiagnosticLevelMask>::type;

Completed in 4294 milliseconds

1 2 3 4 5 6 7 8 91011>>