Lines Matching refs:__buffer_end
2931 _BidirectionalIterator2 __buffer_end; in _GLIBCXX_VISIBILITY() local
2936 __buffer_end = _GLIBCXX_MOVE3(__middle, __last, __buffer); in _GLIBCXX_VISIBILITY()
2938 return _GLIBCXX_MOVE3(__buffer, __buffer_end, __first); in _GLIBCXX_VISIBILITY()
2947 __buffer_end = _GLIBCXX_MOVE3(__first, __middle, __buffer); in _GLIBCXX_VISIBILITY()
2949 return _GLIBCXX_MOVE_BACKWARD3(__buffer, __buffer_end, __last); in _GLIBCXX_VISIBILITY()
2974 _Pointer __buffer_end = _GLIBCXX_MOVE3(__first, __middle, __buffer); in _GLIBCXX_VISIBILITY() local
2975 std::__move_merge_adaptive(__buffer, __buffer_end, __middle, __last, in _GLIBCXX_VISIBILITY()
2980 _Pointer __buffer_end = _GLIBCXX_MOVE3(__middle, __last, __buffer); in _GLIBCXX_VISIBILITY() local
2982 __buffer_end, __last); in _GLIBCXX_VISIBILITY()
3031 _Pointer __buffer_end = _GLIBCXX_MOVE3(__first, __middle, __buffer); in _GLIBCXX_VISIBILITY() local
3032 std::__move_merge_adaptive(__buffer, __buffer_end, __middle, __last, in _GLIBCXX_VISIBILITY()
3037 _Pointer __buffer_end = _GLIBCXX_MOVE3(__middle, __last, __buffer); in _GLIBCXX_VISIBILITY() local
3039 __buffer_end, __last, __comp); in _GLIBCXX_VISIBILITY()