Searched refs:struct_with_mfp_1 (Results 1 – 4 of 4) sorted by relevance
35 struct struct_with_mfp_1 { char *a; char *b; test_struct_mfp c; }; argument36 void f_struct_with_mfp_1(struct_with_mfp_1 a) { (void)a; } in f_struct_with_mfp_1()
48 struct struct_with_mfp_1 { void *a; s4_mfp b; }; argument49 void f_struct_with_mfp_1(struct_with_mfp_1 a) { (void)a; } in f_struct_with_mfp_1()
35 struct struct_with_mfp_1 { char *a; char *b; test_struct_mfp c; }; struct36 void f_struct_with_mfp_1(struct_with_mfp_1 a) { (void)a; } in f_struct_with_mfp_1()