Searched defs:TemplVirt (Results 1 – 2 of 2) sorted by relevance
62 template<typename T> struct TemplVirt { struct66 template class TemplVirt<float>; // expected-warning{{explicit template instantiation 'TemplVirt<fl… variable68 template<> struct TemplVirt<bool> { struct72 template<> struct TemplVirt<long> { // expected-warning{{'TemplVirt<long>' has no out-of-line virtu… struct77 TemplVirt<float> f; in uses_templ() argument
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