Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
msg_214.c | 9 int_function(void) function in typeref:typename:int 11 /* expect+1: error: function 'int_function' expects to return value [214] */ |
msg_214.c | 9 int_function(void) function in typeref:typename:int 11 /* expect+1: error: function 'int_function' expects to return value [214] */ |
msg_305.c | 10 int (*int_function)(int); variable in typeref:typename:int (*)(int) 22 void_pointer = cond ? void_function : int_function; 24 void_pointer = cond ? void_pointer : int_function; |
msg_305.c | 10 int (*int_function)(int); variable in typeref:typename:int (*)(int) 22 void_pointer = cond ? void_function : int_function; 24 void_pointer = cond ? void_pointer : int_function; |