Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:x7

54 // CHECK: Type: struct X7
55 struct X7 {
62 struct X7 x;
138 struct X7 x7;
139 typedef int X7array[sizeof(struct X7)];
140 x7.x = sizeof(struct X7);
141 x7.y = x7.x;