Lines Matching +defs:d +defs:a
9 test_struct_mdp f_mdp(test_struct_mdp a) { return a; } in f_mdp()
12 test_struct_mfp f_mfp(test_struct_mfp a) { return a; } in f_mfp()
17 struct struct_with_mdp { char *a; char *b; char *c; test_struct_mdp d; }; member
18 void f_struct_with_mdp(struct_with_mdp a) { (void)a; } in f_struct_with_mdp()
21 char *a; char *b; char *c; char *d; test_struct_mdp e; member
24 void f_struct_with_mdp_too_much(struct_with_mdp_too_much a) { in f_struct_with_mdp_too_much() argument
31 struct struct_with_mfp_0 { char *a; test_struct_mfp b; }; member
32 void f_struct_with_mfp_0(struct_with_mfp_0 a) { (void)a; } in f_struct_with_mfp_0()
35 struct struct_with_mfp_1 { char *a; char *b; test_struct_mfp c; }; member
36 void f_struct_with_mfp_1(struct_with_mfp_1 a) { (void)a; } in f_struct_with_mfp_1()
40 char *a; char *b; char *c; test_struct_mfp d; member
42 void f_struct_with_mfp_too_much(struct_with_mfp_too_much a, int x) { in f_struct_with_mfp_too_much() argument