HomeSort by: relevance | last modified time | path
    Searched defs:a01 (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
decl_direct_abstract.c 133 } a01; typedef in typeref:struct:__anon9a30da6a0108
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] *
    [all...]

Completed in 12 milliseconds