Lines Matching full:explicit
10 // expected-note@-2 {{explicit instantiation refers here}}
15 // expected-note@-2 {{explicit instantiation refers here}}
20 // expected-note@-2 {{explicit instantiation refers here}}
29 // expected-error@-2 {{explicit instantiation of 'f' must occur at global scope}}
34 // expected-error@-2 {{explicit instantiation of 'g' must occur at global scope}}
39 // expected-error@-2 {{explicit instantiation of 'x' must occur at global scope}}
58 …template void g0(int) { } // expected-error {{function cannot be defined in an explicit instantiat…
60 …template struct y0 { }; // expected-error {{class cannot be defined in an explicit instantiati…
63 // Explicit specializations expected in global scope
78 …} // expected-error {{explicit template instantiation cannot have a definition; if this definit… in f1()
80 … // expected-error {{explicit template instantiation cannot have a definition; if this definit…
89 …} // expected-error {{explicit template instantiation cannot have a definition; if this definit… in f2()
90 … // expected-error {{explicit template instantiation cannot have a definition; if this definit…