Searched defs:fp0 (Results 1 – 4 of 4) sorted by relevance
7 int (*fp0)(int) = f0; in test_f0() local18 int (*fp0)(int) = f0; // expected-error{{address of overloaded function 'f0' is ambiguous}} in test_f0_2() local
3 static void (*fp0)(void) __attribute__((noreturn)); variable
3 static void (*fp0)(void) __attribute__((unused)); variable
108 int compare(FILE* fp0, FILE* fp1) in compare()