HomeSort by relevance Sort by last modified time
    Searched refs:InheritPolymorph (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaTemplate/
template-class-traits.cpp 7 template<class T> struct InheritPolymorph : HasVirt {};
8 int t01[T(__is_polymorphic(InheritPolymorph<int>))];
  /external/clang/test/SemaCXX/
type-traits.cpp 377 struct InheritPolymorph : Polymorph {};
382 { int arr[T(__is_polymorphic(InheritPolymorph))]; }
    [all...]

Completed in 175 milliseconds