Searched refs:test_struct_mdp (Results 1 – 1 of 1) sorted by relevance
5 typedef int test_struct::* test_struct_mdp; typedef9 test_struct_mdp f_mdp(test_struct_mdp a) { return a; } in f_mdp()17 struct struct_with_mdp { char *a; char *b; char *c; test_struct_mdp d; };21 char *a; char *b; char *c; char *d; test_struct_mdp e;