Lines Matching full:instantiation
351 A<char> b; // expected-note {{instantiation}}
354 h(a); // expected-note {{instantiation}}
523 f(a); // expected-note {{instantiation}}
557 const int *const *const *p1 = a; // expected-note {{in instantiation of}}
867 Z1<int, X, Y> z1; // expected-note {{instantiation of}}
868 Z2<int, X, Y> z2; // expected-note {{instantiation of}}
879 A<X> ax; // expected-note {{instantiation of}}
892 C<A> x; // expected-note {{instantiation of}}
893 D<A> y; // expected-note {{instantiation of}}
1176 struct B : A<int> { // expected-note 2{{in instantiation of}}