Searched defs:A8_with_move_assign (Results 1 – 1 of 1) sorted by relevance
171 struct A8_with_move_assign { struct172 A8_with_move_assign() {} in A8_with_move_assign() function173 __device__ A8_with_move_assign& operator=(A8_with_move_assign&&) {} in operator =() argument174 __device__ A8_with_move_assign& operator=(const A8_with_move_assign&) {} in operator =() argument