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

  /src/tests/usr.bin/xlint/lint1/
msg_236.c 13 /* expect+2: warning: static function 'static_function' unused [236] */
15 static_function(void) function in typeref:typename:void
decl.c 307 static void static_function(void) __attribute__((__used__));
311 static_function(void) function in typeref:typename:void
321 /* expect+1: error: redeclaration of 'static_function' with type 'function(pointer to function(pointer to function(int, pointer to const char, ...) returning void, pointer to function(int, pointer to const char, ...) returning void, pointer to function(int, pointer to const char, ...) returning void, pointer to function(int, pointer to const char, ...) returning void) returning pointer to function(int, pointer to const char, ...) returning void) returning void', expected 'function(void) returning void' [347] */
322 void static_function(change_logger);

Completed in 12 milliseconds