Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:instantiation

63   template CONST int B4::a<int,char>; // expected-note {{in instantiation of}}
69 template CONST int B4::b<int,int>; // expected-note {{in instantiation of}}
83 template int A::wrong_inst_defined<int>; // expected-note {{in instantiation of static data member 'non_const_init::A::wrong_inst_defined<int>' requested here}}
96 // FIXME: It'd be better to produce the 'explicit instantiation of undefined
99 template int B::wrong_inst<int*>; // expected-note {{in instantiation of static data member 'non_const_init::B::wrong_inst<int *>' requested here}}
145 template int* C2a::Data<int*>; // expected-note {{in instantiation of static data member 'non_const_init::pointers::C2a::Data<int *>' requested here}}
152 template int *const C2b::Data<int*>; // expected-note {{in instantiation of static data member 'non_const_init::pointers::C2b::Data<int *>' requested here}}
194 template int* D1<float>::Data<int*>; // expected-error {{duplicate explicit instantiation}}
204 template int* D2<float>::Data<int*>; // expected-error {{duplicate explicit instantiation}}
262 // instantiation of the class template specialization.
313 template void f<S>(); // expected-note {{in instantiation of}}
314 template void g<S>(); // expected-note {{in instantiation of}}
315 template void h<S>(); // expected-note {{in instantiation of}}
316 template struct X<S>; // expected-note {{in instantiation of}}
338 A<int> ai; // expected-note {{in instantiation of}}