Home
last modified time | relevance | path

Searched refs:__for_each_segment (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfor_each_segment.h27 __for_each_segment(_SegmentedIterator __first, _SegmentedIterator __last, _Functor __func) { in __for_each_segment() function
H A Dfor_each.h45 std::__for_each_segment(__first, __last, [&](auto __lfirst, auto __llast) { in for_each()
H A Dcopy.h66 std::__for_each_segment(__first, __last, _CopySegment<_InIter, _OutIter>(__result)); in operator()
H A Dmove.h67 std::__for_each_segment(__first, __last, _MoveSegment<_InIter, _OutIter>(__result)); in operator()