Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy_if.pass.cpp129 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 Dranges_includes.pass.cpp128 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 Dranges_unique.pass.cpp99 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 Dranges_unique_copy.pass.cpp208 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 Dranges_equal_range.pass.cpp99 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 Dranges_inplace_merge.pass.cpp116 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 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/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/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/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
H A Dranges_set_intersection.pass.cpp139 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 Dranges_set_difference.pass.cpp141 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()