Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_n.pass.cpp73 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
88 test_proxy_in_iterators<ProxyIterator<cpp20_input_iterator<int*>>>(); in test()
89 test_proxy_in_iterators<ProxyIterator<forward_iterator<int*>>>(); in test()
90 test_proxy_in_iterators<ProxyIterator<bidirectional_iterator<int*>>>(); in test()
91 test_proxy_in_iterators<ProxyIterator<random_access_iterator<int*>>>(); in test()
92 test_proxy_in_iterators<ProxyIterator<contiguous_iterator<int*>>>(); in test()
H A Dranges.copy.pass.cpp115 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
130 test_proxy_in_iterators<ProxyIterator<cpp20_input_iterator<int*>>>(); in test()
131 test_proxy_in_iterators<ProxyIterator<forward_iterator<int*>>>(); in test()
132 test_proxy_in_iterators<ProxyIterator<bidirectional_iterator<int*>>>(); in test()
133 test_proxy_in_iterators<ProxyIterator<random_access_iterator<int*>>>(); in test()
134 test_proxy_in_iterators<ProxyIterator<contiguous_iterator<int*>>>(); in test()
H A Dranges.copy_backward.pass.cpp118 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
129 test_proxy_in_iterators<ProxyIterator<bidirectional_iterator<int*>>>(); in test()
130 test_proxy_in_iterators<ProxyIterator<random_access_iterator<int*>>>(); in test()
131 test_proxy_in_iterators<ProxyIterator<contiguous_iterator<int*>>>(); in test()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/
H A Dranges.swap_ranges.pass.cpp166 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
207 test_proxy_in_iterators<ProxyIterator<cpp20_input_iterator<int*>>>(); in test()
208 test_proxy_in_iterators<ProxyIterator<forward_iterator<int*>>>(); in test()
209 test_proxy_in_iterators<ProxyIterator<bidirectional_iterator<int*>>>(); in test()
210 test_proxy_in_iterators<ProxyIterator<random_access_iterator<int*>>>(); in test()
211 test_proxy_in_iterators<ProxyIterator<contiguous_iterator<int*>>>(); in test()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move.pass.cpp99 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
134 test_proxy_in_iterators<ProxyIterator<cpp20_input_iterator<int*>>>(); in test()
135 test_proxy_in_iterators<ProxyIterator<forward_iterator<int*>>>(); in test()
136 test_proxy_in_iterators<ProxyIterator<bidirectional_iterator<int*>>>(); in test()
137 test_proxy_in_iterators<ProxyIterator<random_access_iterator<int*>>>(); in test()
138 test_proxy_in_iterators<ProxyIterator<contiguous_iterator<int*>>>(); in test()
H A Dranges.move_backward.pass.cpp98 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
130 test_proxy_in_iterators<ProxyIterator<bidirectional_iterator<int*>>>(); in test()
131 test_proxy_in_iterators<ProxyIterator<random_access_iterator<int*>>>(); in test()
132 test_proxy_in_iterators<ProxyIterator<contiguous_iterator<int*>>>(); in test()