Home
last modified time | relevance | path

Searched refs:withAllPermutationsOfInIter1AndInIter2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
H A Dranges_set_union.pass.cpp256 constexpr bool withAllPermutationsOfInIter1AndInIter2() { in withAllPermutationsOfInIter1AndInIter2() function
266 withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>(); in runAllIteratorPermutationsTests()
267 withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>(); in runAllIteratorPermutationsTests()
268 withAllPermutationsOfInIter1AndInIter2<forward_iterator<int*>>(); in runAllIteratorPermutationsTests()
269 withAllPermutationsOfInIter1AndInIter2<bidirectional_iterator<int*>>(); in runAllIteratorPermutationsTests()
270 withAllPermutationsOfInIter1AndInIter2<random_access_iterator<int*>>(); in runAllIteratorPermutationsTests()
271 withAllPermutationsOfInIter1AndInIter2<contiguous_iterator<int*>>(); in runAllIteratorPermutationsTests()
273 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>()); in runAllIteratorPermutationsTests()
274 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>()); in runAllIteratorPermutationsTests()
275 static_assert(withAllPermutationsOfInIter1AndInIter2<forward_iterator<int*>>()); in runAllIteratorPermutationsTests()
[all …]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
H A Dranges_set_symmetric_difference.pass.cpp256 constexpr bool withAllPermutationsOfInIter1AndInIter2() { in withAllPermutationsOfInIter1AndInIter2() function
266 withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>(); in runAllIteratorPermutationsTests()
267 withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>(); in runAllIteratorPermutationsTests()
268 withAllPermutationsOfInIter1AndInIter2<forward_iterator<int*>>(); in runAllIteratorPermutationsTests()
269 withAllPermutationsOfInIter1AndInIter2<bidirectional_iterator<int*>>(); in runAllIteratorPermutationsTests()
270 withAllPermutationsOfInIter1AndInIter2<random_access_iterator<int*>>(); in runAllIteratorPermutationsTests()
271 withAllPermutationsOfInIter1AndInIter2<contiguous_iterator<int*>>(); in runAllIteratorPermutationsTests()
273 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>()); in runAllIteratorPermutationsTests()
274 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>()); in runAllIteratorPermutationsTests()
275 static_assert(withAllPermutationsOfInIter1AndInIter2<forward_iterator<int*>>()); in runAllIteratorPermutationsTests()
[all …]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
H A Dranges_set_intersection.pass.cpp252 constexpr bool withAllPermutationsOfInIter1AndInIter2() { in withAllPermutationsOfInIter1AndInIter2()
262 withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>(); in runAllIteratorPermutationsTests()
263 withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>(); in runAllIteratorPermutationsTests()
264 withAllPermutationsOfInIter1AndInIter2<forward_iterator<int*>>(); in runAllIteratorPermutationsTests()
265 withAllPermutationsOfInIter1AndInIter2<bidirectional_iterator<int*>>(); in runAllIteratorPermutationsTests()
266 withAllPermutationsOfInIter1AndInIter2<random_access_iterator<int*>>(); in runAllIteratorPermutationsTests()
267 withAllPermutationsOfInIter1AndInIter2<contiguous_iterator<int*>>(); in runAllIteratorPermutationsTests()
269 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>()); in runAllIteratorPermutationsTests()
270 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>()); in runAllIteratorPermutationsTests()
271 static_assert(withAllPermutationsOfInIter1AndInIter2<forward_iterato in runAllIteratorPermutationsTests()
250 constexpr bool withAllPermutationsOfInIter1AndInIter2() { withAllPermutationsOfInIter1AndInIter2() function
[all...]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
H A Dranges_set_difference.pass.cpp237 constexpr bool withAllPermutationsOfInIter1AndInIter2() { in withAllPermutationsOfInIter1AndInIter2() function
247 withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>(); in runAllIteratorPermutationsTests()
248 withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>(); in runAllIteratorPermutationsTests()
249 withAllPermutationsOfInIter1AndInIter2<forward_iterator<int*>>(); in runAllIteratorPermutationsTests()
250 withAllPermutationsOfInIter1AndInIter2<bidirectional_iterator<int*>>(); in runAllIteratorPermutationsTests()
251 withAllPermutationsOfInIter1AndInIter2<random_access_iterator<int*>>(); in runAllIteratorPermutationsTests()
252 withAllPermutationsOfInIter1AndInIter2<contiguous_iterator<int*>>(); in runAllIteratorPermutationsTests()
254 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>()); in runAllIteratorPermutationsTests()
255 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>()); in runAllIteratorPermutationsTests()
256 static_assert(withAllPermutationsOfInIter1AndInIter2<forward_iterator<int*>>()); in runAllIteratorPermutationsTests()
[all …]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dranges_merge.pass.cpp229 constexpr bool withAllPermutationsOfInIter1AndInIter2() { in withAllPermutationsOfInIter1AndInIter2() function
239 withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>(); in runAllIteratorPermutationsTests()
240 withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>(); in runAllIteratorPermutationsTests()
241 withAllPermutationsOfInIter1AndInIter2<forward_iterator<int*>>(); in runAllIteratorPermutationsTests()
242 withAllPermutationsOfInIter1AndInIter2<bidirectional_iterator<int*>>(); in runAllIteratorPermutationsTests()
243 withAllPermutationsOfInIter1AndInIter2<random_access_iterator<int*>>(); in runAllIteratorPermutationsTests()
244 withAllPermutationsOfInIter1AndInIter2<contiguous_iterator<int*>>(); in runAllIteratorPermutationsTests()
246 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_output_iterator<int*>>()); in runAllIteratorPermutationsTests()
247 static_assert(withAllPermutationsOfInIter1AndInIter2<cpp20_input_iterator<int*>>()); in runAllIteratorPermutationsTests()
248 static_assert(withAllPermutationsOfInIter1AndInIter2<forward_iterator<int*>>()); in runAllIteratorPermutationsTests()
[all …]