Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_find_end.h64 __iterator_concept<_Iter1>(),
65 __iterator_concept<_Iter2>());
85 __iterator_concept<iterator_t<_Range1>>(),
86 __iterator_concept<iterator_t<_Range2>>());
H A Dranges_iterator_concept.h47 using __iterator_concept = decltype(__get_iterator_concept<_Iter>()); variable
H A Dranges_stable_partition.h55 std::move(__first), __last_iter, __projected_pred, __iterator_concept<_Iter>()); in __stable_partition_fn_impl()
H A Dranges_partition.h51 std::move(__first), std::move(__last), __projected_pred, __iterator_concept<_Iter>()); in __partition_fn_impl()
H A Diterator_operations.h54 using __iterator_category = ranges::__iterator_concept<_Iter>;