Searched defs:f_ptr (Results 1 – 4 of 4) sorted by relevance
101 int& (*f_ptr)() = &get_int; in test() local
89 int& (*f_ptr)() = &get_int; in test() local
678 F* F::*f_ptr = &F::f; variable
18 int (*f_ptr)(char*,...) __attribute__((format(printf, 1,2))); // no-error variable