| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
| H A D | ranges_includes.pass.cpp | 129 constexpr void testImpl() { in testImpl() function 221 testImpl<cpp20_input_iterator<int*>, Iter2, sentinel_wrapper>(); in withAllPermutationsOfIter1() 222 testImpl<forward_iterator<int*>, Iter2, SentWrapper>(); in withAllPermutationsOfIter1() 223 testImpl<bidirectional_iterator<int*>, Iter2, SentWrapper>(); in withAllPermutationsOfIter1() 224 testImpl<random_access_iterator<int*>, Iter2, SentWrapper>(); in withAllPermutationsOfIter1() 225 testImpl<contiguous_iterator<int*>, Iter2, SentWrapper>(); in withAllPermutationsOfIter1() 226 testImpl<int*, Iter2, SentWrapper>(); in withAllPermutationsOfIter1()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
| H A D | ranges_remove_copy_if.pass.cpp | 130 constexpr void testImpl() { in testImpl() function 206 testImpl<cpp20_input_iterator<int*>, OutIter, sentinel_wrapper>(); in withAllPermutationsOfInIter() 207 testImpl<forward_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 208 testImpl<bidirectional_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 209 testImpl<random_access_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 210 testImpl<contiguous_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 211 testImpl<int*, OutIter, SentWrapper>(); in withAllPermutationsOfInIter()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
| H A D | ranges_unique.pass.cpp | 100 constexpr void testImpl() { in testImpl() function 144 testImpl<forward_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 145 testImpl<bidirectional_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 146 testImpl<random_access_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 147 testImpl<contiguous_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 148 testImpl<int*, SentWrapper>(); in withAllPermutationsOfIter()
|
| H A D | ranges_unique_copy.pass.cpp | 209 constexpr void testImpl() { in testImpl() function 248 testImpl<cpp20_input_iterator<int*>, OutIter, sentinel_wrapper>(); in withAllPermutationsOfInIter() 249 testImpl<forward_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 250 testImpl<bidirectional_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 251 testImpl<random_access_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 252 testImpl<contiguous_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 253 testImpl<int*, OutIter, SentWrapper>(); in withAllPermutationsOfInIter()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/ |
| H A D | ranges_equal_range.pass.cpp | 100 constexpr void testImpl() { in testImpl() function 167 testImpl<forward_iterator<int*>>(); in test() 168 testImpl<bidirectional_iterator<int*>>(); in test() 169 testImpl<random_access_iterator<int*>>(); in test() 170 testImpl<contiguous_iterator<int*>>(); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.merge/ |
| H A D | ranges_inplace_merge.pass.cpp | 117 void testImpl() { in testImpl() function 198 testImpl<bidirectional_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 199 testImpl<random_access_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 200 testImpl<contiguous_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 201 testImpl<int*, SentWrapper>(); in withAllPermutationsOfIter()
|
| H A D | ranges_merge.pass.cpp | 141 constexpr void testImpl() { in testImpl() function 221 testImpl<cpp20_input_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 222 testImpl<forward_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 223 testImpl<bidirectional_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 224 testImpl<random_access_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 225 testImpl<contiguous_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/ |
| H A D | ranges_set_symmetric_difference.pass.cpp | 143 constexpr void testImpl() { in testImpl() function 248 testImpl<cpp20_input_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 249 testImpl<forward_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 250 testImpl<bidirectional_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 251 testImpl<random_access_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 252 testImpl<contiguous_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
| H A D | ranges_set_union.pass.cpp | 144 constexpr void testImpl() { in testImpl() function 248 testImpl<cpp20_input_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 249 testImpl<forward_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 250 testImpl<bidirectional_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 251 testImpl<random_access_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 252 testImpl<contiguous_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ |
| H A D | ranges_set_difference.pass.cpp | 142 constexpr void testImpl() { in testImpl() function 230 testImpl<cpp20_input_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 231 testImpl<forward_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 232 testImpl<bidirectional_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 233 testImpl<random_access_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 234 testImpl<contiguous_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
| H A D | ranges_set_intersection.pass.cpp | 138 constexpr void testImpl() { in testImpl() function 243 testImpl<cpp20_input_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 244 testImpl<forward_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 245 testImpl<bidirectional_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 246 testImpl<random_access_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 247 testImpl<contiguous_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1()
|