Searched defs:f0c (Results 1 – 4 of 4) sorted by relevance
9 …int (*f0c)(int, float) = f0; // expected-error{{address of overloaded function 'f0' does not match… in test_f0() local
15 int (*f0c)(int) = (f0); in test_init_f0() local
9 float (*f0c)(float, int) = &f0; in test_f0() local
26 func f0c(a []int) int { func