Home
last modified time | relevance | path

Searched refs:test_struct_mdp (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
Dx86_64-arguments-nacl-x32.cpp5 typedef int test_struct::* test_struct_mdp; typedef
9 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;