Lines Matching refs:fastcall
3 void __attribute__((fastcall)) f1(void);
6 void __attribute__((fastcall)) f4(void) { in f4()
23 void (__attribute__((fastcall)) *pf1)(void) = f1;
26 void (__attribute__((fastcall)) *pf4)(void) = f4;
52 void __attribute__((fastcall)) foo1(int y);
62 void __attribute__((fastcall)) foo2(struct S1 y);
69 void __attribute__((fastcall)) foo3(int *y);
77 void __attribute__((fastcall)) foo4(enum Enum y);
89 void __attribute__((fastcall)) foo5(struct S2 y);
96 void __attribute__((fastcall)) foo6(long long y);
103 void __attribute__((fastcall)) foo7(int a, struct S1 b, int c);
110 void __attribute__((fastcall)) foo8(struct S1 a, int b);
117 void __attribute__((fastcall)) foo9(struct S2 a, int b);
124 void __attribute__((fastcall)) foo10(float y, int x);
131 void __attribute__((fastcall)) foo11(double y, int x);
141 void __attribute__((fastcall)) foo12(struct S3 y, int x);