Searched refs:struct_with_mdp (Results 1 – 4 of 4) sorted by relevance
17 struct struct_with_mdp { char *a; char *b; char *c; test_struct_mdp d; }; argument18 void f_struct_with_mdp(struct_with_mdp a) { (void)a; } in f_struct_with_mdp()
38 struct struct_with_mdp { char *a; s4_mdp b; }; struct39 void f_struct_with_mdp(struct_with_mdp a) { (void)a; } in f_struct_with_mdp()
38 struct struct_with_mdp { char *a; s4_mdp b; }; argument39 void f_struct_with_mdp(struct_with_mdp a) { (void)a; } in f_struct_with_mdp()