Home
last modified time | relevance | path

Searched defs:propagate_on_container_swap (Results 1 – 21 of 21) sorted by relevance

/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dpropagate_on_container_swap.pass.cpp28 typedef std::true_type propagate_on_container_swap; typedef
42 typedef std::true_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
H A Dnonmember_swap_noexcept.pass.cpp34 using propagate_on_container_swap = std::true_type; typedef
44 using propagate_on_container_swap = std::true_type; typedef
55 using propagate_on_container_swap = std::true_type; typedef
H A Dmember_swap_noexcept.pass.cpp35 using propagate_on_container_swap = std::true_type; typedef
45 using propagate_on_container_swap = std::true_type; typedef
56 using propagate_on_container_swap = std::true_type; typedef
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.special/
H A Dswap_noexcept.compile.pass.cpp41 typedef std::true_type propagate_on_container_swap; typedef
54 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/
H A Dswap_noexcept.pass.cpp38 typedef std::true_type propagate_on_container_swap; typedef
50 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.special/
H A Dswap_noexcept.pass.cpp40 typedef std::true_type propagate_on_container_swap; typedef
53 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
H A Dswap_noexcept.pass.cpp40 typedef std::true_type propagate_on_container_swap; typedef
53 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Dswap_noexcept.pass.cpp39 typedef std::true_type propagate_on_container_swap; typedef
51 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/sequences/list/list.special/
H A Dswap_noexcept.pass.cpp40 typedef std::true_type propagate_on_container_swap; typedef
53 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.special/
H A Dswap_noexcept.pass.cpp65 typedef std::true_type propagate_on_container_swap; typedef
77 typedef std::false_type propagate_on_container_swap; typedef
90 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/associative/map/map.special/
H A Dswap_noexcept.pass.cpp65 typedef std::true_type propagate_on_container_swap; typedef
77 typedef std::false_type propagate_on_container_swap; typedef
90 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/associative/set/set.special/
H A Dswap_noexcept.pass.cpp65 typedef std::true_type propagate_on_container_swap; typedef
77 typedef std::false_type propagate_on_container_swap; typedef
90 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.special/
H A Dswap_noexcept.pass.cpp65 typedef std::true_type propagate_on_container_swap; typedef
77 typedef std::false_type propagate_on_container_swap; typedef
90 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_noexcept.pass.cpp92 typedef std::true_type propagate_on_container_swap; typedef
104 typedef std::false_type propagate_on_container_swap; typedef
117 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_noexcept.pass.cpp92 typedef std::true_type propagate_on_container_swap; typedef
104 typedef std::false_type propagate_on_container_swap; typedef
117 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_noexcept.pass.cpp92 typedef std::true_type propagate_on_container_swap; typedef
104 typedef std::false_type propagate_on_container_swap; typedef
117 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
H A Dswap_noexcept.pass.cpp92 typedef std::true_type propagate_on_container_swap; typedef
104 typedef std::false_type propagate_on_container_swap; typedef
117 typedef std::false_type propagate_on_container_swap; typedef
/llvm-project/libcxx/test/libcxx/memory/
H A Dswap_allocator.pass.cpp30 using propagate_on_container_swap = std::integral_constant<bool, Propagate>; global() typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dallocator_propagation.pass.cpp45 typedef std::true_type propagate_on_container_swap; typedef in soccc_allocator
/llvm-project/libcxx/test/support/
H A Dallocators.h141 typedef std::true_type propagate_on_container_swap; typedef
H A Dtest_allocator.h287 typedef std::true_type propagate_on_container_swap; global() typedef
506 using propagate_on_container_swap = std::false_type; global() member