HomeSort by relevance Sort by last modified time
    Searched refs:underlying_type (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/Basic/
DiagnosticOptions.cpp 20 using UT = std::underlying_type<DiagnosticLevelMask>::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
22 static_assert((std::is_same<std::underlying_type<E>::type, int>::value),
24 static_assert((std::is_same<std::underlying_type<F>::type, unsigned>::value),
35 static_assert((std::is_same<std::underlying_type<G>::type, char>::value),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
underlying_type.pass.cpp 12 // underlying_type
22 static_assert((std::is_same<std::underlying_type<E>::type, int>::value),
24 static_assert((std::is_same<std::underlying_type<F>::type, unsigned>::value),
35 static_assert((std::is_same<std::underlying_type<G>::type, char>::value),
  /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/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/llvm/include/llvm/ExecutionEngine/
JITSymbolFlags.h 29 typedef std::underlying_type<JITSymbolFlags>::type UT;
40 typedef std::underlying_type<JITSymbolFlags>::type UT;
  /external/libcxx/test/libcxx/type_traits/
convert_to_integral.pass.cpp 90 typedef std::underlying_type<enum1>::type Enum1UT;
92 typedef std::underlying_type<enum2>::type Enum2UT;
  /external/llvm/utils/
lldbDataFormatters.py 96 underlying_type = valobj.GetType().GetTemplateArgumentType(0)
98 return str(storage.Cast(underlying_type))
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp 37 typedef typename std::underlying_type<T>::type under_type;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 38 typedef typename std::underlying_type<T>::type under_type;
  /art/compiler/optimizing/
optimizing_compiler_stats.h 149 << static_cast<std::underlying_type<MethodCompilationStat>::type>(stat);
  /external/libweave/third_party/chromium/base/
logging.h 151 return out << static_cast<typename std::underlying_type<T>::type>(value);
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/libchrome/base/
logging.h 164 return out << static_cast<typename std::underlying_type<T>::type>(value);
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 1450 milliseconds