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

  /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;

Completed in 22 milliseconds