/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
H A D | ranges_remove_copy_if.pass.cpp | 129 constexpr void testImpl() { in testImpl() function 205 testImpl<cpp20_input_iterator<int*>, OutIter, sentinel_wrapper>(); in withAllPermutationsOfInIter() 206 testImpl<forward_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 207 testImpl<bidirectional_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 208 testImpl<random_access_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 209 testImpl<contiguous_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 210 testImpl<int*, OutIter, SentWrapper>(); in withAllPermutationsOfInIter()
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
H A D | ranges_includes.pass.cpp | 128 constexpr void testImpl() { in testImpl() function 220 testImpl<cpp20_input_iterator<int*>, Iter2, sentinel_wrapper>(); in withAllPermutationsOfIter1() 221 testImpl<forward_iterator<int*>, Iter2, SentWrapper>(); in withAllPermutationsOfIter1() 222 testImpl<bidirectional_iterator<int*>, Iter2, SentWrapper>(); in withAllPermutationsOfIter1() 223 testImpl<random_access_iterator<int*>, Iter2, SentWrapper>(); in withAllPermutationsOfIter1() 224 testImpl<contiguous_iterator<int*>, Iter2, SentWrapper>(); in withAllPermutationsOfIter1() 225 testImpl<int*, Iter2, SentWrapper>(); in withAllPermutationsOfIter1()
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
H A D | ranges_unique.pass.cpp | 99 constexpr void testImpl() { in testImpl() function 143 testImpl<forward_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 144 testImpl<bidirectional_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 145 testImpl<random_access_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 146 testImpl<contiguous_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 147 testImpl<int*, SentWrapper>(); in withAllPermutationsOfIter()
|
H A D | ranges_unique_copy.pass.cpp | 208 constexpr void testImpl() { in testImpl() function 247 testImpl<cpp20_input_iterator<int*>, OutIter, sentinel_wrapper>(); in withAllPermutationsOfInIter() 248 testImpl<forward_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 249 testImpl<bidirectional_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 250 testImpl<random_access_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 251 testImpl<contiguous_iterator<int*>, OutIter, SentWrapper>(); in withAllPermutationsOfInIter() 252 testImpl<int*, OutIter, SentWrapper>(); in withAllPermutationsOfInIter()
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/ |
H A D | ranges_equal_range.pass.cpp | 99 constexpr void testImpl() { in testImpl() function 166 testImpl<forward_iterator<int*>>(); in test() 167 testImpl<bidirectional_iterator<int*>>(); in test() 168 testImpl<random_access_iterator<int*>>(); in test() 169 testImpl<contiguous_iterator<int*>>(); in test()
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.merge/ |
H A D | ranges_inplace_merge.pass.cpp | 116 void testImpl() { in testImpl() function 197 testImpl<bidirectional_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 198 testImpl<random_access_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 199 testImpl<contiguous_iterator<int*>, SentWrapper>(); in withAllPermutationsOfIter() 200 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/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/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/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
H A D | ranges_set_intersection.pass.cpp | 139 constexpr void testImpl() { in testImpl() 244 testImpl<cpp20_input_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 245 testImpl<forward_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 246 testImpl<bidirectional_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 247 testImpl<random_access_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 248 testImpl<contiguous_iterator<int*>, InIter2, OutIter>(); 137 constexpr void testImpl() { testImpl() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ |
H A D | ranges_set_difference.pass.cpp | 141 constexpr void testImpl() { in testImpl() function 229 testImpl<cpp20_input_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 230 testImpl<forward_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 231 testImpl<bidirectional_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 232 testImpl<random_access_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1() 233 testImpl<contiguous_iterator<int*>, InIter2, OutIter>(); in withAllPermutationsOfInIter1()
|