Lines Matching defs:a32
145 } a32;
156 /* expect+2: error: cannot take size/alignment of function type 'function() returning struct typedef a32' [144] */
158 int unspecified_args_return_32[-1000 - (int)sizeof(a32())];
169 /* expect+2: error: cannot take size/alignment of function type 'function(void) returning struct typedef a32' [144] */
171 int prototype_void_return_32[-1000 - (int)sizeof(a32(void))];
173 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a01) returning struct typedef a32' [144] */
175 int prototype_unnamed_01_return_32[-1000 - (int)sizeof(a32(a01))];
176 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a04) returning struct typedef a32' [144] */
178 int prototype_unnamed_04_return_32[-1000 - (int)sizeof(a32(a04))];
179 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a08) returning struct typedef a32' [144] */
181 int prototype_unnamed_08_return_32[-1000 - (int)sizeof(a32(a08))];
182 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a32' [144] */
184 int prototype_unnamed_32_return_32[-1000 - (int)sizeof(a32(a32))];
186 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a01' [144] */
188 int prototype_unnamed_32_return_01[-1000 - (int)sizeof(a01(a32))];
189 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a04' [144] */
191 int prototype_unnamed_32_return_04[-1000 - (int)sizeof(a04(a32))];
192 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a08' [144] */
194 int prototype_unnamed_32_return_08[-1000 - (int)sizeof(a08(a32))];
196 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a01) returning struct typedef a32' [144] */
198 int prototype_named_01_return_32[-1000 - (int)sizeof(a32(a01 arg))];
199 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a04) returning struct typedef a32' [144] */
201 int prototype_named_04_return_32[-1000 - (int)sizeof(a32(a04 arg))];
202 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a08) returning struct typedef a32' [144] */
204 int prototype_named_08_return_32[-1000 - (int)sizeof(a32(a08 arg))];
205 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a32' [144] */
207 int prototype_named_32_return_32[-1000 - (int)sizeof(a32(a32 arg))];
209 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a01' [144] */
211 int prototype_named_32_return_01[-1000 - (int)sizeof(a01(a32 arg))];
212 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a04' [144] */
214 int prototype_named_32_return_04[-1000 - (int)sizeof(a04(a32 arg))];
215 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a08' [144] */
217 int prototype_named_32_return_08[-1000 - (int)sizeof(a08(a32 arg))];