Lines Matching defs:y
5 struct test1 { int x; int y; }; member
6 struct test2 { int x; int y; } __attribute__((aligned (16))); member
7 struct test3 { int x; int y; } __attribute__((aligned (32))); member
8 struct test4 { int x; int y; int z; }; member
14 void test1 (int x, struct test1 y) in test1()
19 void test2 (int x, struct test2 y) in test2()
24 void test3 (int x, struct test3 y) in test3()
29 void test4 (int x, struct test4 y) in test4()
34 void test5 (int x, struct test5 y) in test5()
39 void test6 (int x, struct test6 y) in test6()
47 void test7 (int x, struct test7 y) in test7()
62 struct test1 y; in test1va() local
85 struct test2 y; in test2va() local
108 struct test3 y; in test3va() local
127 struct test4 y; in test4va() local
147 struct test_longdouble y; in testva_longdouble() local
171 struct test_vector y; in testva_vector() local