Home
last modified time | relevance | path

Searched defs:propagate_on_container_move_assignment (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dpropagate_on_container_move_assignment.pass.cpp28 typedef std::true_type propagate_on_container_move_assignment; typedef
43 typedef std::true_type propagate_on_container_move_assignment; typedef
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dmove_assign_noexcept.pass.cpp45 typedef std::false_type propagate_on_container_move_assignment; typedef
59 typedef std::false_type propagate_on_container_move_assignment; typedef
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Dmove_assign_noexcept.pass.cpp42 typedef std::false_type propagate_on_container_move_assignment; typedef
55 typedef std::false_type propagate_on_container_move_assignment; typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dmove_assign_noexcept.pass.cpp45 typedef std::false_type propagate_on_container_move_assignment; typedef
58 typedef std::false_type propagate_on_container_move_assignment; typedef
/llvm-project/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp48 using propagate_on_container_move_assignment = std::true_type; global() typedef
78 using propagate_on_container_move_assignment = std::true_type; global() typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dallocator_propagation.pass.cpp44 typedef std::true_type propagate_on_container_move_assignment; typedef in soccc_allocator
/llvm-project/libcxx/test/support/
H A Dallocators.h93 typedef std::true_type propagate_on_container_move_assignment; typedef
H A Dtest_allocator.h286 typedef std::true_type propagate_on_container_move_assignment; global() typedef
505 using propagate_on_container_move_assignment = std::false_type; global() member
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.assign/
H A Dassign.pass.cpp29 using propagate_on_container_move_assignment = propagate; typedef