Searched refs:A8_with_move_assign (Results 1 – 1 of 1) sorted by relevance
172 struct A8_with_move_assign { struct173 A8_with_move_assign() {} in A8_with_move_assign() function174 __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 =() argument178 struct B8_with_move_assign : A8_with_move_assign {