Searched refs:test11S (Results 1 – 4 of 4) sorted by relevance
119 struct test11S { struct122 void test11(struct test11S *P) { in test11() argument123 *P = (struct test11S) { .A = { [0 ... 3] = 4 } }; in test11()
211 struct test11S { struct214 void test11(struct test11S *P) { in test11() argument215 *P = (struct test11S) { .A = { [0 ... 3] = 4 } }; in test11()
332 struct test11S { unsigned x : 30; }; struct333 int test11(unsigned y, struct test11S *p) { in test11()
398 struct test11S { unsigned x : 30; }; struct399 int test11(unsigned y, struct test11S *p) { in test11()