Searched refs:__find_segment_if (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfind_segment_if.h21 // __find_segment_if is a utility function for optimizing iteration over segmented iterators linearly.
29 __find_segment_if(_SegmentedIterator __first, _SegmentedIterator __last, _Pred __pred, _Proj& __proj) { function
H A Dfind.h154 return std::__find_segment_if(std::move(__first), std::move(__last), __find_segment<_Tp>(__value), __proj);

Completed in 173 milliseconds