Home | History | Annotate | Download | only in lint1

Lines Matching defs:a04

137 } a04;
150 /* expect+2: error: cannot take size/alignment of function type 'function() returning struct typedef a04' [144] */
152 int unspecified_args_return_04[-1000 - (int)sizeof(a04())];
163 /* expect+2: error: cannot take size/alignment of function type 'function(void) returning struct typedef a04' [144] */
165 int prototype_void_return_04[-1000 - (int)sizeof(a04(void))];
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))];
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))];
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))];
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))];