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 381 { int arr[T(__is_polymorphic(Polymorph))]; }
382 { int arr[T(__is_polymorphic(InheritPolymorph))]; }
384 { int arr[F(__is_polymorphic(int))]; }
385 { int arr[F(__is_polymorphic(Union))]; }
386 { int arr[F(__is_polymorphic(IncompleteUnion))]; }
387 { int arr[F(__is_polymorphic(Int))]; }
388 { int arr[F(__is_polymorphic(IntAr))]; }
389 { int arr[F(__is_polymorphic(UnionAr))]; }
390 { int arr[F(__is_polymorphic(Derives))]; }
391 { int arr[F(__is_polymorphic(ClassType))];
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 658 /// '__is_polymorphic'
    [all...]

Completed in 603 milliseconds