Searched refs:Templ (Results 1 – 2 of 2) sorted by relevance
22 struct Templ { struct23 virtual ~Templ(); // Out-of-line so that the destructor doesn't cause a vtable28 struct SubTempl : public Templ<T> { argument42 t->Templ::~Templ(); in f()
19 struct Templ { struct24 struct SubTempl : public Templ<T> { argument37 t->Templ::f(); in f()