Searched defs:InheritPolymorph (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dtemplate-class-traits.cpp7 template<class T> struct InheritPolymorph : HasVirt {}; struct in inherits:HasVirt
8 int t01[T(__is_polymorphic(InheritPolymorph<int>))];
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp351 struct InheritPolymorph : Polymorph {}; struct in inherits:Polymorph
356 { int arr[T(__is_polymorphic(InheritPolymorph))]; }

Completed in 99 milliseconds