Home
last modified time | relevance | path

Searched defs:NothrowMoveable (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dmake_from_tuple.pass.cpp154 NothrowMoveable() = default; in test_noexcept() argument
155 NothrowMoveable(NothrowMoveable const&) {} in test_noexcept() argument
152 struct NothrowMoveable { test_noexcept() struct
H A Dapply.pass.cpp175 struct NothrowMoveable { struct
177 NothrowMoveable(NothrowMoveable const&) noexcept(false) {} in NothrowMoveable() argument
178 NothrowMoveable(NothrowMoveable&&) noexcept {} in NothrowMoveable() argument
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp114 using NothrowMoveable = NothrowTypeImp<false, true, false, true, false, false>; typedef