Home | History | Annotate | Download | only in lint1

Lines Matching refs:a01

133 } a01;
147 /* expect+2: error: cannot take size/alignment of function type 'function() returning struct typedef a01' [144] */
149 int unspecified_args_return_01[-1000 - (int)sizeof(a01())];
160 /* expect+2: error: cannot take size/alignment of function type 'function(void) returning struct typedef a01' [144] */
162 int prototype_void_return_01[-1000 - (int)sizeof(a01(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))];
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))];
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))];
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))];