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

  /src/tests/usr.bin/xlint/lint1/
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