Lines Matching defs:Arg
13 void fun0(float Arg) { in fun0()
19 void fun1(double Arg) { in fun1()
25 void fun2(long double Arg) { in fun2()
31 void fun3(_Atomic float *Dst, float Arg) { in fun3()
37 void fun4(_Atomic double *Dst, double Arg) { in fun4()
43 void fun5(_Atomic long double *Dst, long double Arg) { in fun5()
93 void fun0_vol(float Arg) { in fun0_vol()
99 void fun1_vol(double Arg) { in fun1_vol()
105 void fun2_vol(long double Arg) { in fun2_vol()
111 void fun3_vol(_Atomic volatile float *Dst, float Arg) { in fun3_vol()
117 void fun4_vol(_Atomic volatile double *Dst, double Arg) { in fun4_vol()
123 void fun5_vol(_Atomic volatile long double *Dst, long double Arg) { in fun5_vol()