Searched defs:xf (Results 1 – 9 of 9) sorted by relevance
26 X2<float> xf; in g() local43 X3<float> xf; in i() local
24 void h(X<int (*)()> xf) { in h()
36 X<int*> xf; // expected-note {{instantiation of}} variable
22 void test2(const X<float> *xf) { in test2()26 void test3(const X<int(int)> *xf) { in test3()
24 …X<float(int)> xf; // expected-note{{in instantiation of template class 'X<float (int)>' requested … member
43 X<float>::X *xf; // expected-error{{qualified reference to 'X' is a constructor name rather than a … variable
148 void test_X(X<int> &xi, X<float> &xf) { in test_typeid()
13 void test(X<int> *xi, int *ip, X<int(int)> *xf) { in test()
444 auto xf = [a, f]() {}; g() local