Searched refs:InheritPolymorph (Results 1 – 2 of 2) sorted by relevance
7 template<class T> struct InheritPolymorph : HasVirt {}; struct8 int t01[T(__is_polymorphic(InheritPolymorph<int>))];
441 struct InheritPolymorph : Polymorph {}; struct 446 static_assert(__is_polymorphic(InheritPolymorph)); in is_polymorphic()