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

  /src/tests/usr.bin/xlint/lint1/
msg_274.c 9 example(void (*function_pointer)(void), void *void_pointer)
21 if (function_pointer == void_pointer)
msg_305.c 8 void *void_pointer; variable in typeref:typename:void *
16 void_pointer = void_function;
19 void_function = void_pointer;
22 void_pointer = cond ? void_function : int_function;
24 void_pointer = cond ? void_pointer : int_function;
26 void_pointer = cond ? void_function : void_pointer;

Completed in 12 milliseconds