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

/external/clang/test/CXX/special/class.copy/
H A Dp11.0x.move.cpp158 struct HasMove { struct
160 HasMove(HasMove&&);
162 HasMove::HasMove(HasMove&&) = default;
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1273 struct HasMove { struct
1274 HasMove(HasMove&& cp);
1353 { int arr[T(__has_trivial_copy(HasMove))]; }
1384 { int arr[T(__has_trivial_assign(HasMove))]; }
1416 { int arr[T(__has_trivial_destructor(HasMove))]; }
1471 { int arr[T(__has_nothrow_assign(HasMove))]; }
1562 { int arr[T(__has_nothrow_copy(HasMove))]; }
1601 { int arr[F(__has_nothrow_constructor(HasMove))]; }
1628 { int arr[F(__has_virtual_destructor(HasMove))]; }
[all...]

Completed in 380 milliseconds