Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp434 struct InheritPolymorph : Polymorph {}; struct
439 { int arr[T(__is_polymorphic(InheritPolymorph))]; } in is_polymorphic()