Home
last modified time | relevance | path

Searched refs:TemplVirt (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-weak-vtables.cpp59 template<typename T> struct TemplVirt { struct
63 template class TemplVirt<float>; // expected-warning{{explicit template instantiation 'TemplVirt<fl… variable
65 template<> struct TemplVirt<bool> { struct
69 template<> struct TemplVirt<long> { // expected-warning{{'TemplVirt<long>' has no out-of-line virtu… struct
74 TemplVirt<float> f; in uses_templ() argument
75 TemplVirt<bool> b; in uses_templ()
76 TemplVirt<long> l; in uses_templ()