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 6 template<class T> struct InheritPolymorph : HasVirt {};
7 int t01[T(__is_polymorphic(InheritPolymorph<int>))];
  /external/clang/test/SemaCXX/
type-traits.cpp 286 struct InheritPolymorph : Polymorph {};
291 { int arr[T(__is_polymorphic(InheritPolymorph))]; }
    [all...]

Completed in 39 milliseconds