Lines Matching refs:f0
5 template typedef void f0; // expected-error{{explicit instantiation of typedef}}
14 T f0(T x) { in f0() function
17 T* f0(T*, T*) { return T(); } in f0() function
20 T f0(T, U) { return T(); } in f0() function
34 template int X0<int>::f0(int);
35 template int* X0<int>::f0(int*, int*);
36 template int X0<int>::f0(int, float);
38 template int X0<int>::f0(int) const; // expected-error{{does not refer}}
39 template int* X0<int>::f0(int*, float*); // expected-error{{does not refer}}
44 template MemPtr X0<MemPtr>::f0(MemPtr); // expected-note{{requested here}}
47 int f0(int); // expected-note{{refers here}}
56 template int X2::f0(int); // expected-error{{not an instantiation}}