Searched defs:A8_with_move_assign (Results 1 – 2 of 2) sorted by relevance
189 struct A8_with_move_assign { struct190 A8_with_move_assign() {} in A8_with_move_assign() function191 __device__ A8_with_move_assign& operator=(A8_with_move_assign&&) {} in operator =() argument192 __device__ A8_with_move_assign& operator=(const A8_with_move_assign&) {} in operator =() argument
172 struct A8_with_move_assign { struct173 A8_with_move_assign() {} in A8_with_move_assign() argument174 __device__ A8_with_move_assign& operator=(A8_with_move_assign&&) {} in operator =() argument175 __device__ A8_with_move_assign& operator=(const A8_with_move_assign&) {} in operator =() argument