Searched defs:test11S (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dinit.c108 struct test11S { struct
111 void test11(struct test11S *P) {
112 *P = (struct test11S) { .A = { [0 ... 3] = 4 } };
/external/clang/test/Sema/
H A Dcompare.c332 struct test11S { unsigned x : 30; }; struct
333 int test11(unsigned y, struct test11S *p) {

Completed in 166 milliseconds