Home
last modified time | relevance | path

Searched refs:InheritPolymorph (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dtemplate-class-traits.cpp7 template<class T> struct InheritPolymorph : HasVirt {}; struct
8 int t01[T(__is_polymorphic(InheritPolymorph<int>))];
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp441 struct InheritPolymorph : Polymorph {}; struct
446 static_assert(__is_polymorphic(InheritPolymorph)); in is_polymorphic()