HomeSort by relevance Sort by last modified time
    Searched refs:underlying_type (Results 1 - 5 of 5) 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:
454 underlying_type = self._type_helper.FollowRef(type_)
455 if (underlying_type.property_type == PropertyType.CHOICES or
456 underlying_type.property_type == PropertyType.OBJECT):
461 elif (underlying_type.property_type == PropertyType.ANY or
462 underlying_type.property_type == PropertyType.FUNCTION):
468 elif underlying_type.property_type == PropertyType.ENUM
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 109 milliseconds