Home
last modified time | relevance | path

Searched refs:withAllPermutationsOfInIter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dranges_unique_copy.pass.cpp247 constexpr void withAllPermutationsOfInIter() { in withAllPermutationsOfInIter() function
258 withAllPermutationsOfInIter<cpp20_output_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()
259 withAllPermutationsOfInIter<forward_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()
260 withAllPermutationsOfInIter<bidirectional_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()
261 withAllPermutationsOfInIter<random_access_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()
262 withAllPermutationsOfInIter<contiguous_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()
263 withAllPermutationsOfInIter<int*, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy_if.pass.cpp205 constexpr void withAllPermutationsOfInIter() { in withAllPermutationsOfInIter() function
216 withAllPermutationsOfInIter<cpp20_output_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterOutIter()
217 withAllPermutationsOfInIter<int*, SentWrapper>(); in withAllPermutationsOfInIterOutIter()