Searched refs:HasMove (Results 1 – 2 of 2) sorted by relevance
170 struct HasMove { struct172 HasMove(HasMove&&); argument174 HasMove::HasMove(HasMove&&) = default;
1485 struct HasMove { struct1486 HasMove(HasMove&& cp);1569 { int arr[T(__has_trivial_copy(HasMove))]; } in has_trivial_copy_constructor()1602 { int arr[T(__has_trivial_assign(HasMove))]; } in has_trivial_copy_assignment()1636 { int arr[T(__has_trivial_destructor(HasMove))]; } in has_trivial_destructor()1693 { int arr[T(__has_nothrow_assign(HasMove))]; } in has_nothrow_assign()1789 { int arr[T(__has_nothrow_copy(HasMove))]; } in has_nothrow_copy()1832 { int arr[F(__has_nothrow_constructor(HasMove))]; } in has_nothrow_constructor()1859 { int arr[F(__has_virtual_destructor(HasMove))]; } in has_virtual_destructor()