Searched defs:function_ptr (Results 1 – 5 of 5) sorted by relevance
58 typedef void (function_ptr)(void); typedef
186 typedef void (function_ptr)(void); typedef
218 typedef void(*function_ptr)(int, ...); typedef
321 long (*function_ptr)(int a); variable
55 using function_ptr = void(*)(int); typedef