Home | History | Annotate | Download | only in CodeGen

Lines Matching full:sizeof

22 void use_X0() { struct X0 x0; x0.x[5] = sizeof(struct X0); };
30 void use_X1() { struct X1 x1; x1.x[5] = sizeof(struct X1); };
38 void use_X2() { struct X2 x2; x2.y = sizeof(struct X2); };
46 void use_X3() { struct X3 x3; x3.y = sizeof(struct X3); };
56 void use_X4() { struct X4 x4; x4.y = sizeof(struct X4); };
61 void use_X5() { struct X5 x5; x5.b = sizeof(struct X5); };
66 void use_X6() { struct X6 x6; x6.b = sizeof(struct X6); };
74 void use_X7() { struct X7 x7; x7.y = x7.x = sizeof(struct X7); }
134 typedef int X8array[sizeof(union X8)];
135 x8.y = sizeof(union X8);
139 typedef int X9array[sizeof(struct X9)];
140 x9.y = sizeof(struct X9);
143 typedef int X10array[sizeof(struct X10)];
144 x10.y = sizeof(struct X10);
147 typedef int X11array[sizeof(struct X11)];
148 x11.y = sizeof(struct X11);
151 x12.x = sizeof(struct X12);
154 x13.x = sizeof(struct X13);
157 x14.x = sizeof(union X14);
160 x15.x = sizeof(struct X15);
163 x16.x = sizeof(struct X16);