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

  /src/tests/usr.bin/xlint/lint1/
msg_305.c 9 void (*void_function)(void); variable in typeref:typename:void (*)(void)
16 void_pointer = void_function;
19 void_function = void_pointer;
22 void_pointer = cond ? void_function : int_function;
26 void_pointer = cond ? void_function : void_pointer;
msg_305.c 9 void (*void_function)(void); variable in typeref:typename:void (*)(void)
16 void_pointer = void_function;
19 void_function = void_pointer;
22 void_pointer = cond ? void_function : int_function;
26 void_pointer = cond ? void_function : void_pointer;

Completed in 22 milliseconds