Searched refs:b_arg (Results 1 – 2 of 2) sorted by relevance
111 void hostfoo5(B5_copy_ctor_constness& b_arg) { in hostfoo5() argument112 B5_copy_ctor_constness b = b_arg; in hostfoo5()115 __device__ void devicefoo5(B5_copy_ctor_constness& b_arg) { in devicefoo5() argument116 B5_copy_ctor_constness b = b_arg; // expected-error {{no matching constructor}} in devicefoo5()
51 define i32 @foo3(i32 %f_arg, i32 %e_arg, i32 %d_arg, i32 %c_arg, i32 %b_arg, i32 %a_arg) uwtable {60 store i32 %b_arg, i32* %b