Searched refs:HasMove (Results 1 – 2 of 2) sorted by relevance
158 struct HasMove { struct160 HasMove(HasMove&&); argument162 HasMove::HasMove(HasMove&&) = default;
1273 struct HasMove { struct1274 HasMove(HasMove&& cp);1353 { int arr[T(__has_trivial_copy(HasMove))]; } in has_trivial_copy_constructor()1384 { int arr[T(__has_trivial_assign(HasMove))]; } in has_trivial_copy_assignment()1416 { int arr[T(__has_trivial_destructor(HasMove))]; } in has_trivial_destructor()1471 { int arr[T(__has_nothrow_assign(HasMove))]; } in has_nothrow_assign()1559 { int arr[T(__has_nothrow_copy(HasMove))]; } in has_nothrow_copy()1598 { int arr[F(__has_nothrow_constructor(HasMove))]; } in has_nothrow_constructor()1625 { int arr[F(__has_virtual_destructor(HasMove))]; } in has_virtual_destructor()