Searched refs:funcptr (Results 1 – 8 of 8) sorted by relevance
12 int (*funcptr)(long); variable18 b = ^(char x) { return funcptr; }; in main()20 b = ^int (*(char x))(long) { return funcptr; }; in main()
5 struct funcptr { struct18 struct funcptr fp; in main() argument
145 int (*funcptr)(int); variable150 void x0e(X0<funcptr>); // expected-error{{must have its address taken}}162 int (*funcptr)(int); variable167 …void x0e(X0<funcptr>); // expected-error{{non-type template parameter of reference type 'int (&)(i…
98 auto funcptr = &g<int>; in f() local99 int (*funcptr2)(int) = funcptr; in f()
22 double (*funcptr) (double, int) = ldexp;48 double (*funcptr) (double, int) = ldexp;
115 ; typedef int (*funcptr)(void*, ...);116 ; extern const funcptr funcs[];
332 typedef void (*funcptr)(); typedef335 funcptr addr;
24335 double (*funcptr) (double, int) = ldexp;