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

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

Completed in 21 milliseconds