Home
last modified time | relevance | path

Searched refs:A7_with_copy_assign (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCUDA/
Dimplicit-member-target.cu141 struct A7_with_copy_assign { struct
142 A7_with_copy_assign() {} in A7_with_copy_assign() function
143 __device__ A7_with_copy_assign& operator=(const A7_with_copy_assign&) {} in operator =() argument
146 struct B7_with_copy_assign : A7_with_copy_assign {