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

  /external/clang/test/SemaTemplate/
template-class-traits.cpp 8 int t01[T(__is_polymorphic(InheritPolymorph<int>))];
  /external/clang/test/PCH/
cxx-traits.h 50 struct __is_polymorphic {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 50 bool _is_polymorphic_result = __is_polymorphic(int);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp 103 // # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)
182 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)
216 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)
248 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)
277 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)
  /external/clang/test/SemaCXX/
type-traits.cpp 359 { int arr[T(__is_polymorphic(Polymorph))]; }
360 { int arr[T(__is_polymorphic(InheritPolymorph))]; }
362 { int arr[F(__is_polymorphic(int))]; }
363 { int arr[F(__is_polymorphic(Union))]; }
364 { int arr[F(__is_polymorphic(Int))]; }
365 { int arr[F(__is_polymorphic(IntAr))]; }
366 { int arr[F(__is_polymorphic(UnionAr))]; }
367 { int arr[F(__is_polymorphic(Derives))]; }
368 { int arr[F(__is_polymorphic(ClassType))]; }
369 { int arr[F(__is_polymorphic(Enum))];
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 630 /// '__is_polymorphic'
791 REVERTIBLE_TYPE_TRAIT(__is_polymorphic);
    [all...]

Completed in 43 milliseconds