Searched refs:use_f (Results 1 – 8 of 8) sorted by relevance
68 void use_f() { f<int>(); } in use_f() function
353 void use_f() { f(enumerator); } in use_f() function
374 void use_f(A a) { f<A>(a); } in use_f() function
60 void use_f(F f) { in use_f() function
209 int use_f = f<volatile int>(0); // FIXME: Missing "in instantiation of" note. variable
175 template <class T> int use_f() { function180 int a = use_f<int>();181 int b = use_f<char>();
211 declare void @use_f(float)460 ; CHECK-NEXT: tail call void @use_f(float [[EXP2F]])464 tail call void @use_f(float %call)
1243 def use_f(): function1247 use_f()