Searched refs:test_struct_mfp (Results 1 – 1 of 1) sorted by relevance
6 typedef int (test_struct::*test_struct_mfp)(); typedef12 test_struct_mfp f_mfp(test_struct_mfp a) { return a; } in f_mfp()31 struct struct_with_mfp_0 { char *a; test_struct_mfp b; };35 struct struct_with_mfp_1 { char *a; char *b; test_struct_mfp c; };40 char *a; char *b; char *c; test_struct_mfp d;