Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-member-target.cu172 struct A8_with_move_assign { struct
173 A8_with_move_assign() {} in A8_with_move_assign() function
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
178 struct B8_with_move_assign : A8_with_move_assign {