Searched refs:void_function (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_305.c9 void (*void_function)(void); variable
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;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c182396 typedef void (*void_function)(void); typedef
[all...]

Completed in 834 milliseconds