Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_find_end.h57 __iterator_concept<_Iter1>(),
58 __iterator_concept<_Iter2>());
82 __iterator_concept<iterator_t<_Range1>>(),
83 __iterator_concept<iterator_t<_Range2>>());
H A Dranges_iterator_concept.h44 using __iterator_concept = decltype(__get_iterator_concept<_Iter>()); variable
H A Dranges_stable_partition.h54 std::move(__first), __last_iter, __projected_pred, __iterator_concept<_Iter>()); in __stable_partition_fn_impl()
H A Dranges_partition.h50 std::move(__first), std::move(__last), __projected_pred, __iterator_concept<_Iter>()); in __partition_fn_impl()
H A Diterator_operations.h50 using __iterator_category = ranges::__iterator_concept<_Iter>;