Home
last modified time | relevance | path

Searched refs:testImpl (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/
H A Dranges_includes.pass.cpp129 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 Dranges_remove_copy_if.pass.cpp130 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 Dranges_unique.pass.cpp100 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 Dranges_unique_copy.pass.cpp209 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 Dranges_equal_range.pass.cpp100 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 Dranges_inplace_merge.pass.cpp117 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 Dranges_merge.pass.cpp141 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 Dranges_set_symmetric_difference.pass.cpp143 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 Dranges_set_union.pass.cpp144 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 Dranges_set_difference.pass.cpp142 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 Dranges_set_intersection.pass.cpp138 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()