Home
last modified time | relevance | path

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

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