Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-member-target.cu171 struct A8_with_move_assign { struct
172 A8_with_move_assign() {} in A8_with_move_assign() function
173 __device__ A8_with_move_assign& operator=(A8_with_move_assign&&) {} in operator =() argument
174 __device__ A8_with_move_assign& operator=(const A8_with_move_assign&) {} in operator =() argument