Searched defs:TemplVirt (Results 1 – 1 of 1) sorted by relevance
61 template<typename T> struct TemplVirt { struct65 template class TemplVirt<float>; // expected-warning{{explicit template instantiation 'TemplVirt<fl… variable67 template<> struct TemplVirt<bool> { struct71 template<> struct TemplVirt<long> { // expected-warning{{'TemplVirt<long>' has no out-of-line virtu… struct75 void uses(TemplVirt<float>& f, TemplVirt<bool>& b, TemplVirt<long>& l) { in uses() argument