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

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

Completed in 24 milliseconds