Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_n.pass.cpp72 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
87 test_proxy_in_iterators<ProxyIterator<cpp20_input_iterator<int*>>>(); in test()
88 test_proxy_in_iterators<ProxyIterator<forward_iterator<int*>>>(); in test()
89 test_proxy_in_iterators<ProxyIterator<bidirectional_iterator<int*>>>(); in test()
90 test_proxy_in_iterators<ProxyIterator<random_access_iterator<int*>>>(); in test()
91 test_proxy_in_iterators<ProxyIterator<contiguous_iterator<int*>>>(); in test()
H A Dranges.copy_backward.pass.cpp220 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
233 test_proxy_in_iterators<BidirectionalProxyIterator>(); in test()
234 test_proxy_in_iterators<RandomAccessProxyIterator>(); in test()
235 test_proxy_in_iterators<ContiguousProxyIterator>(); in test()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/
H A Dranges.swap_ranges.pass.cpp165 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
206 test_proxy_in_iterators<ProxyIterator<cpp20_input_iterator<int*>>>(); in test()
207 test_proxy_in_iterators<ProxyIterator<forward_iterator<int*>>>(); in test()
208 test_proxy_in_iterators<ProxyIterator<bidirectional_iterator<int*>>>(); in test()
209 test_proxy_in_iterators<ProxyIterator<random_access_iterator<int*>>>(); in test()
210 test_proxy_in_iterators<ProxyIterator<contiguous_iterator<int*>>>(); in test()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move.pass.cpp156 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
199 test_proxy_in_iterators<Cpp20InputProxyIterator>(); in test()
200 test_proxy_in_iterators<ForwardProxyIterator>(); in test()
201 test_proxy_in_iterators<BidirectionalProxyIterator>(); in test()
202 test_proxy_in_iterators<RandomAccessProxyIterator>(); in test()
203 test_proxy_in_iterators<ContiguousProxyIterator>(); in test()
204 test_proxy_in_iterators<ProxyIterator>(); in test()
H A Dranges.move_backward.pass.cpp154 constexpr void test_proxy_in_iterators() { in test_proxy_in_iterators() function
187 test_proxy_in_iterators<BidirectionalProxyIterator>(); in test()
188 test_proxy_in_iterators<RandomAccessProxyIterator>(); in test()
189 test_proxy_in_iterators<ContiguousProxyIterator>(); in test()
190 test_proxy_in_iterators<ProxyIterator>(); in test()