Searched refs:void_func (Results 1 – 3 of 3) sorted by relevance
157 typedef void (*void_func) (int a, int b); typedef159 typedef void (*void_func) (); typedef163 void test3function (void_ptr arg1, void_func arg2) in test3function()167 void_func arg2;
163 typedef void (*void_func) (int a, int b);165 typedef void (*void_func) ();169 void test3function (void_ptr arg1, void_func arg2)173 void_func arg2;
5231 typedef void (*void_func) (int a, int b);5233 typedef void (*void_func) ();5237 void test3function (void_ptr arg1, void_func arg2)5241 void_func arg2;
Completed in 16 milliseconds