Searched defs:TemplVirt (Results 1 – 1 of 1) sorted by relevance
64 template<typename T> struct TemplVirt { struct68 template class TemplVirt<float>; variable70 template<> struct TemplVirt<bool> { struct74 template<> struct TemplVirt<long> { // expected-warning{{'TemplVirt<long>' has no out-of-line virtu… struct79 TemplVirt<float> f; in uses_templ() argument