Searched defs:use_f (Results 1 – 8 of 8) sorted by relevance
20 void use_f() { in use_f() function
68 void use_f() { f<int>(); } in use_f() function
374 void use_f(A a) { f<A>(a); } in use_f() function
353 void use_f() { f(enumerator); } in use_f() function
70 void use_f(F f) { in use_f() function
219 int use_f = f<volatile int>(0); // FIXME: Missing "in instantiation of" note. variable
62 void use_f() { f<int>({}); } // expected-error {{ambiguous}} in use_f() function
183 template <class T> int use_f() { function