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

1 2

  /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/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),
Android.mk 31 test_name := utilities/meta/meta.trans/meta.trans.other/underlying_type
32 test_src := underlying_type.pass.cpp
  /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/chromium_org/tools/json_schema_compiler/
cc_generator.py 292 underlying_type = self._type_helper.FollowRef(prop.type_)
293 if underlying_type.property_type == PropertyType.ENUM:
362 underlying_type = self._type_helper.FollowRef(prop.type_)
363 if underlying_type.property_type == PropertyType.ENUM:
490 underlying_type = self._type_helper.FollowRef(type_)
491 if underlying_type.property_type == PropertyType.ARRAY:
498 item_type = self._type_helper.FollowRef(underlying_type.item_type)
535 underlying_type = self._type_helper.FollowRef(type_)
536 if (underlying_type.property_type == PropertyType.CHOICES or
537 underlying_type.property_type == PropertyType.OBJECT)
    [all...]
  /external/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 38 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;
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0006-Emulate-__has_feature-for-GCC.patch 51 +#define __gxx__cxx_strong_enums !defined(_LIBCPP_HAS_NO_STRONG_ENUMS) // See usage in libcxx/test/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__config 343 #if __has_feature(underlying_type)
492 #define __gxx__cxx_strong_enums !defined(_LIBCPP_HAS_NO_STRONG_ENUMS) // See usage in libcxx/test/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp
type_traits 138 template <class T> struct underlying_type;
196 using underlying_type_t = typename underlying_type<T>::type; // C++14
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__config 343 #if __has_feature(underlying_type)
475 #define __gxx__cxx_strong_enums !defined(_LIBCPP_HAS_NO_STRONG_ENUMS) // See usage in libcxx/test/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp
type_traits 138 template <class T> struct underlying_type;
196 using underlying_type_t = typename underlying_type<T>::type; // C++14
    [all...]
  /external/libcxx/www/
type_traits_design.html 262 <td><tt>underlying_type&lt;T&gt;</tt></td>
  /external/libcxx/include/
__config 343 #if __has_feature(underlying_type)
type_traits 138 template <class T> struct underlying_type;
196 using underlying_type_t = typename underlying_type<T>::type; // C++14
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.def 459 DEFTREECODE (UNDERLYING_TYPE, "underlying_type", tcc_type, 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-check.h 288 #define UNDERLYING_TYPE_CHECK(t) TREE_CHECK (t, UNDERLYING_TYPE)
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits     [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...]

Completed in 1966 milliseconds

1 2