Lines Matching full:instantiation
55 void f() { (void)BadX<1>(); } // expected-note 2 {{instantiation}}
76 template struct New0<X>; // expected-note{{instantiation}}
87 template struct New1<X, Y>; // expected-note{{instantiation}}
97 template struct New2<X, int, int*>; // expected-note{{instantiation}}
112 template void *object_creator<New3[4]>(); // expected-note{{instantiation}}
124 template struct Delete0<int>; // expected-note{{instantiation}}
149 new X<int>[1]; // expected-note{{in instantiation of member function 'PR10480::X<int>::~X' requested here}}
170 template struct Throw1<Incomplete*>; // expected-note{{instantiation}}
195 template struct TypeId0<Incomplete>; // expected-note{{instantiation of member function}}
235 template struct InitList2<APair, int*, double*>; // expected-note{{instantiation}}
260 template struct DotMemRef0<MemInt, float&>; // expected-note{{instantiation}}
277 template struct ArrowMemRef0<MemInt*, float&>; // expected-note{{instantiation}}
282 template struct ArrowMemRef0<ArrowWrapper<MemInt*>, float&>; // expected-note{{instantiation}}
343 template struct NonDepMemberCall0<float&>; // expected-note{{instantiation}}
354 template struct QualifiedDeclRef0<int&>; // expected-note{{instantiation}}