Searched refs:B5_with_device_move_ctor (Results 1 – 1 of 1) sorted by relevance
93 struct B5_with_device_move_ctor { struct94 B5_with_device_move_ctor() {} in B5_with_device_move_ctor() function95 __device__ B5_with_device_move_ctor(B5_with_device_move_ctor&&) {} in B5_with_device_move_ctor() function98 struct C5_with_collision : A5_with_host_move_ctor, B5_with_device_move_ctor {