Searched refs:__is_polymorphic (Results 1 – 17 of 17) sorted by relevance
22 struct _LIBCPP_TEMPLATE_VIS is_polymorphic : public integral_constant<bool, __is_polymorphic(_Tp)> …26 inline constexpr bool is_polymorphic_v = __is_polymorphic(_Tp);
8 int t01[T(__is_polymorphic(InheritPolymorph<int>))];
135 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)226 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)288 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)354 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)382 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)
51 struct __is_polymorphic {}; // expected-warning {{made available}} struct
51 bool _is_polymorphic_result = __is_polymorphic(int);
21 Otherwise behaves the same as __is_polymorphic;
41 * __is_polymorphic
193 struct __is_polymorphic;
86 [def __is_polymorphic [link boost_typetraits.reference.is_polymorphic is_polymorphic]]
381 { int arr[T(__is_polymorphic(Polymorph))]; } in is_polymorphic()382 { int arr[T(__is_polymorphic(InheritPolymorph))]; } in is_polymorphic()384 { int arr[F(__is_polymorphic(int))]; } in is_polymorphic()385 { int arr[F(__is_polymorphic(Union))]; } in is_polymorphic()386 { int arr[F(__is_polymorphic(IncompleteUnion))]; } in is_polymorphic()387 { int arr[F(__is_polymorphic(Int))]; } in is_polymorphic()388 { int arr[F(__is_polymorphic(IntAr))]; } in is_polymorphic()389 { int arr[F(__is_polymorphic(UnionAr))]; } in is_polymorphic()390 { int arr[F(__is_polymorphic(Derives))]; } in is_polymorphic()391 { int arr[F(__is_polymorphic(ClassType))]; } in is_polymorphic()[all …]
438 TYPE_TRAIT_1(__is_polymorphic, IsPolymorphic, KEYCXX)
833 REVERTIBLE_TYPE_TRAIT(__is_polymorphic); in ParseCastExpression()
1003 * ``__is_polymorphic`` (GNU, Microsoft)
1596 : public integral_constant<bool, __is_polymorphic(_Tp)> {};