Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dimplicit-move.cpp77 struct InheritsPrivateMove : PrivateMove {}; struct
127 static_assert(!noexcept(InheritsPrivateMove(InheritsPrivateMove())), ""); in test_deletion_exclusion()
129 InheritsPrivateMove ipm; in test_deletion_exclusion()
130 static_assert(!noexcept(ipm = InheritsPrivateMove()), ""); in test_deletion_exclusion()