Home
last modified time | relevance | path

Searched defs:__lm1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Drotate.h38 _ForwardIterator __lm1 = std::__move<_AlgPolicy>(_Ops::next(__first), __last, __first).second; in __rotate_left() local
49 _BidirectionalIterator __lm1 = _Ops::prev(__last); in __rotate_right() local
H A Dnth_element.h80 unsigned __n_swaps = std::__sort3<_AlgPolicy, _Compare>(__first, __m, --__lm1, __comp); in __nth_element() local