Lines Matching full:instantiation
13 template struct X0<int X1::*, int>; // expected-note{{instantiation of}}
27 template struct X2<int&>; // expected-note{{instantiation of}}
50 template struct X4<void>; // expected-note{{in instantiation of}}
51 template struct X4<int>; // expected-note{{in instantiation of}}
60 template struct X5<Incomplete>; // expected-note{{instantiation}}
84 template struct X6<bool, int, int*>; // expected-note{{instantiation}}
114 template struct Do0<NotConvertibleToBool>; // expected-note{{instantiation}}
172 template struct Switch1<int, 2, 2>; // expected-note{{instantiation}}
192 template struct IndirectGoto0<int>; // expected-note{{instantiation}}
209 template struct TryCatch0<Incomplete*>; // expected-note{{instantiation}}
210 template struct TryCatch0<Abstract>; // expected-note{{instantiation}}