Lines Matching defs:fp
63 int (*fp)() = f_int_0; in test_int_0() local
101 void (*fp)() = f_void_0; in test_void_0() local
149 void (*fp)(int) = f_void_1; in test_void_1() local
167 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
181 void (A_void_1::*fp)() const = &A_void_1::mem2; in test_void_1() local
226 int (*fp)(int) = f_int_1; in test_int_1() local
240 int (A_int_1::*fp)() = &A_int_1::mem1; in test_int_1() local
250 int (A_int_1::*fp)() const = &A_int_1::mem2; in test_int_1() local
260 int A_int_1::*fp = &A_int_1::data_; in test_int_1() local
307 void (*fp)(int, int) = f_void_2; in test_void_2() local
327 void (A_void_2::*fp)(int) = &A_void_2::mem1; in test_void_2() local
342 void (A_void_2::*fp)(int) const = &A_void_2::mem2; in test_void_2() local
386 int (*fp)(int, int) = f_int_2; in test_int_2() local
402 int(A_int_2::*fp)(int) = &A_int_2::mem1; in test_int_2() local
413 int (A_int_2::*fp)(int) const = &A_int_2::mem2; in test_int_2() local