Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dx86_64-arguments-nacl-x32.cpp6 typedef int (test_struct::*test_struct_mfp)(); typedef
12 test_struct_mfp f_mfp(test_struct_mfp a) { return a; } in f_mfp()
31 struct struct_with_mfp_0 { char *a; test_struct_mfp b; };
35 struct struct_with_mfp_1 { char *a; char *b; test_struct_mfp c; };
40 char *a; char *b; char *c; test_struct_mfp d;