Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/special/class.copy/
H A Dp11.0x.move.cpp170 struct HasMove { struct
172 HasMove(HasMove&&); argument
174 HasMove::HasMove(HasMove&&) = default;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp1485 struct HasMove { struct
1486 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()