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

  /src/tests/usr.bin/xlint/lint1/
d_fold_test.c 84 /* expect+2: error: function 'conditional_struct' expects to return value [214] */
85 /* expect+1: warning: parameter 's' unused in function 'conditional_struct' [231] */
86 int conditional_struct(struct s s) { return s ? 1 : 2; } function in typeref:typename:int
msg_204.c 111 /* expect+1: error: function 'conditional_struct' expects to return value [214] */
112 int conditional_struct(struct s s) { return s ? 1 : 2; } function in typeref:typename:int

Completed in 107 milliseconds