Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-member-target-collision-cxx11.cu93 struct B5_with_device_move_ctor { struct
94 B5_with_device_move_ctor() {} in B5_with_device_move_ctor() function
95 __device__ B5_with_device_move_ctor(B5_with_device_move_ctor&&) {} in B5_with_device_move_ctor() function
98 struct C5_with_collision : A5_with_host_move_ctor, B5_with_device_move_ctor {