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

  /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,
  /ndk/sources/cxx-stl/llvm-libc++/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),
30 static_assert((std::is_same<std::underlying_type<G>::type, char>::value),
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 108 #if __has_feature(underlying_type)
109 int underlying_type();
111 // CHECK: int underlying_type();
  /ndk/sources/cxx-stl/llvm-libc++/include/
__config 277 #if __has_feature(underlying_type)
type_traits 135 template <class T> struct underlying_type;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/www/
type_traits_design.html 262 <td><tt>underlying_type&lt;T&gt;</tt></td>
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]

Completed in 256 milliseconds