HomeSort by relevance Sort by last modified time
    Searched refs:test11S (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
init.c 108 struct test11S {
111 void test11(struct test11S *P) {
112 *P = (struct test11S) { .A = { [0 ... 3] = 4 } };
  /external/clang/test/Sema/
compare.c 332 struct test11S { unsigned x : 30; };
333 int test11(unsigned y, struct test11S *p) {

Completed in 53 milliseconds