Home
last modified time | relevance | path

Searched refs:test11S (Results 1 – 2 of 2) sorted by relevance

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