Home
last modified time | relevance | path

Searched refs:test_out_iterators (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Dranges.rotate_copy.pass.cpp105 constexpr void test_out_iterators() { in test_out_iterators() function
115 test_out_iterators<forward_iterator<int*>>(); in test()
116 test_out_iterators<bidirectional_iterator<int*>>(); in test()
117 test_out_iterators<random_access_iterator<int*>>(); in test()
118 test_out_iterators<contiguous_iterator<int*>>(); in test()
119 test_out_iterators<int*>(); in test()
120 test_out_iterators<const int*>(); in test()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dranges.reverse_copy.pass.cpp92 constexpr void test_out_iterators() { in test_out_iterators() function
102 test_out_iterators<bidirectional_iterator<int*>>(); in test()
103 test_out_iterators<random_access_iterator<int*>>(); in test()
104 test_out_iterators<contiguous_iterator<int*>>(); in test()
105 test_out_iterators<int*>(); in test()
106 test_out_iterators<const int*>(); in test()