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