Searched defs:f0a (Results 1 – 8 of 8) sorted by relevance
3 void f0a(void) { in f0a() function
7 int (*f0a)(int, int) = f0; in test_f0() local
15 int (*f0a)(int) = f0; in test_init_f0() local30 int (*f0a)(int) = 0; in test_assign_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
6 function f0a(a) function
18 template <typename T = int> S<test1::C<T>> f0a() { return S<C<T>>{}; } f0a() function
370 float f0a = pi0a<float>; variable