Home | History | Annotate | Download | only in lint1

Lines Matching defs:a08

141 } a08;
153 /* expect+2: error: cannot take size/alignment of function type 'function() returning struct typedef a08' [144] */
155 int unspecified_args_return_08[-1000 - (int)sizeof(a08())];
166 /* expect+2: error: cannot take size/alignment of function type 'function(void) returning struct typedef a08' [144] */
168 int prototype_void_return_08[-1000 - (int)sizeof(a08(void))];
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))];
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))];
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))];
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))];