Searched defs:TemplVirt (Results 1 – 1 of 1) sorted by relevance
59 template<typename T> struct TemplVirt { struct63 template class TemplVirt<float>; // expected-warning{{explicit template instantiation 'TemplVirt<fl… variable65 template<> struct TemplVirt<bool> { struct69 template<> struct TemplVirt<long> { // expected-warning{{'TemplVirt<long>' has no out-of-line virtu… struct74 TemplVirt<float> f; in uses_templ() argument