HomeSort by relevance Sort by last modified time
    Searched full:underlying_type (Results 1 - 12 of 12) 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++/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 108 #if __has_feature(underlying_type)
109 int underlying_type();
111 // CHECK: int underlying_type();
  /external/chromium_org/tools/json_schema_compiler/
cc_generator.py 267 underlying_type = self._type_helper.FollowRef(prop.type_)
268 if underlying_type.property_type == PropertyType.ENUM:
333 underlying_type = self._type_helper.FollowRef(prop.type_)
334 if underlying_type.property_type == PropertyType.ENUM:
453 underlying_type = self._type_helper.FollowRef(type_)
454 if (underlying_type.property_type == PropertyType.CHOICES or
455 underlying_type.property_type == PropertyType.OBJECT):
460 elif (underlying_type.property_type == PropertyType.ANY or
461 underlying_type.property_type == PropertyType.FUNCTION):
467 elif underlying_type.property_type == PropertyType.ENUM
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__config 316 #if __has_feature(underlying_type)
type_traits 136 template <class T> struct underlying_type;
194 using underlying_type_t = typename underlying_type<T>::type; // C++14
    [all...]
future 409 typedef underlying_type<launch>::type __launch_underlying_type;
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
type_traits     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]

Completed in 505 milliseconds