Searched refs:funcptr (Results 1 – 9 of 9) 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()
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…
5 struct funcptr { struct18 struct funcptr fp; in main() argument
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;
42 typedef void (*funcptr)(); typedef43 funcptr returnsptr() throw();
87 %.funcptr = load void (i8*, i8*)*, void (i8*, i8*)** %5391 call void %.funcptr(i8* %.ptr, i8* %55)
203 ; typedef int (*funcptr)(void*, ...);204 ; extern const funcptr funcs[];
24335 double (*funcptr) (double, int) = ldexp;