Searched defs:funcptr (Results 1 – 7 of 7) sorted by relevance
4 struct funcptr { struct17 struct funcptr fp; in main() argument
11 int (*funcptr)(long); variable
172 int (*funcptr)(int); // expected-note 0-1{{declared here}} variable194 int (*funcptr)(int); variable
42 typedef void (*funcptr)(); typedef
98 auto funcptr = &g<int>; in f() local
19 typedef void (*funcptr)(void); typedef
267 void funcptr(int a, int b, int c) { in funcptr() function