Home
last modified time | relevance | path

Searched refs:my_func (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Dopaque-pointer.c4 typedef void (*my_func) (struct test *); typedef
5 my_func handler;
/external/clang/test/Analysis/
Duninit-vals-ps.c4 void (*my_func)(int * x); member
11 (*foo->my_func)(&x); in f1_a()
/external/libnl/doc/
Dcore.txt677 static int my_func(struct nl_msg *msg, void *arg)
697 nl_socket_modify_cb(sk, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);
708 * will be passed on to my_func().
2555 /* Modify the set to call my_func() for all valid messages */
2556 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);