Searched refs:f0a (Results 1 – 8 of 8) sorted by relevance
13 int (*f0a)(int) = f0; in test_init_f0() local28 int (*f0a)(int) = 0; in test_assign_f0() local31 f0a = f0; in test_assign_f0()32 f0a = &f0; in test_assign_f0()33 f0a = (f0); in test_assign_f0()
7 int (*f0a)(int, int) = f0; in test_f0() local
20 void f0a(T x, __typeof__(f(N)) y) { } // expected-note{{previous}} in f0a() function25 void f0a(T x, __typeof__(f(N)) y) { } // expected-error{{redefinition}} in f0a() function
3 void f0a(void) { in f0a() function
355 float f0a = pi0a<float>; variable