Lines Matching full:instantiation
80 d1.test1(); // expected-note {{in instantiation of member function}}
81 d1.test2(); // expected-note {{in instantiation of member function}}
82 d1.test3(); // expected-note {{in instantiation of member function}}
85 d2.test0(); // expected-note {{in instantiation of member function}}
87 d2.test2(); // expected-note {{in instantiation of member function}}
88 d2.test3(); // expected-note {{in instantiation of member function}}
157 A<int> a; // expected-note {{in instantiation of member function}}
172 int k = N::M::g<char>(0);; // expected-note {{in instantiation of function}}
378 tempf(x, y); // expected-note{{in instantiation of}}
401 template void OperatorNew::f(OperatorNew::X); // expected-note {{instantiation of}}