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>))];
377 struct InheritPolymorph : Polymorph {}; struct382 { int arr[T(__is_polymorphic(InheritPolymorph))]; } in is_polymorphic()