Searched refs:my_func (Results 1 – 2 of 2) sorted by relevance
4 typedef void (*my_func) (struct test *); typedef5 my_func handler;
4 void (*my_func)(int * x); member11 (*foo->my_func)(&x); in f1_a()