Searched defs:funcptr (Results 1 – 8 of 8) sorted by relevance
4 struct funcptr { struct17 struct funcptr fp; in main() argument
11 int (*funcptr)(long); variable
13 v4i32 (*funcptr[4])(int); member
172 int (*funcptr)(int); // expected-note 0-1{{declared here}} variable 194 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