Searched refs:A7_with_copy_assign (Results 1 – 1 of 1) sorted by relevance
142 struct A7_with_copy_assign { struct143 A7_with_copy_assign() {} in A7_with_copy_assign() function144 __device__ A7_with_copy_assign& operator=(const A7_with_copy_assign&) {} in operator =() argument147 struct B7_with_copy_assign : A7_with_copy_assign {