Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dp11.0x.move.cpp158 struct HasMove { struct
160 HasMove(HasMove&&); argument
162 HasMove::HasMove(HasMove&&) = default;
/external/clang/test/SemaCXX/
Dtype-traits.cpp1273 struct HasMove { struct
1274 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()
1562 { int arr[T(__has_nothrow_copy(HasMove))]; } in has_nothrow_copy()
1601 { int arr[F(__has_nothrow_constructor(HasMove))]; } in has_nothrow_constructor()
1628 { int arr[F(__has_virtual_destructor(HasMove))]; } in has_virtual_destructor()