Home
last modified time | relevance | path

Searched defs:A8_with_move_assign (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCUDA/
H A Dimplicit-member-target-inherited.cu189 struct A8_with_move_assign { struct
190 A8_with_move_assign() {} in A8_with_move_assign() function
191 __device__ A8_with_move_assign& operator=(A8_with_move_assign&&) {} in operator =() argument
192 __device__ A8_with_move_assign& operator=(const A8_with_move_assign&) {} in operator =() argument
H A Dimplicit-member-target.cu172 struct A8_with_move_assign { struct
173 A8_with_move_assign() {} in A8_with_move_assign() argument
174 __device__ A8_with_move_assign& operator=(A8_with_move_assign&&) {} in operator =() argument
175 __device__ A8_with_move_assign& operator=(const A8_with_move_assign&) {} in operator =() argument