Lines Matching refs:__device__
27 __device__ void devicefoo() { in devicefoo()
35 __device__ A2_with_device_ctor() {} in A2_with_device_ctor()
49 __device__ void devicefoo2() { in devicefoo2()
58 __device__ A3_with_device_ctors(const A3_with_device_ctors&) {} in A3_with_device_ctors()
93 __device__ void devicefoo4() { in devicefoo4()
115 __device__ void devicefoo5(B5_copy_ctor_constness& b_arg) { in devicefoo5()
124 __device__ A6_with_device_ctor() {} in A6_with_device_ctor()
135 __device__ void devicefoo6() { in devicefoo6()
144 __device__ A7_with_copy_assign& operator=(const A7_with_copy_assign&) {} in operator =()
174 __device__ A8_with_move_assign& operator=(A8_with_move_assign&&) {} in operator =()
175 __device__ A8_with_move_assign& operator=(const A8_with_move_assign&) {} in operator =()