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

  /src/tests/usr.bin/xlint/lint1/
decl_arg.c 32 /* expect+1: warning: parameter 'a_struct' unused in function 'old_style' [231] */
33 old_style(an_int, a_const_int, a_number, a_function, a_struct)
55 /* expect+1: warning: 'struct a_struct' declared in parameter declaration list [3] */
56 struct a_struct { int member; } a_struct; variable in typeref:struct:a_struct
decl_arg.c 32 /* expect+1: warning: parameter 'a_struct' unused in function 'old_style' [231] */
33 old_style(an_int, a_const_int, a_number, a_function, a_struct)
55 /* expect+1: warning: 'struct a_struct' declared in parameter declaration list [3] */
56 struct a_struct { int member; } a_struct; variable in typeref:struct:a_struct

Completed in 22 milliseconds