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