Home
last modified time | relevance | path

Searched refs:__buffer_end (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_algo.h2931 _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
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_algo.h2380 _BidirectionalIterator2 __buffer_end; in _GLIBCXX_VISIBILITY() local
2385 __buffer_end = _GLIBCXX_MOVE3(__middle, __last, __buffer); in _GLIBCXX_VISIBILITY()
2387 return _GLIBCXX_MOVE3(__buffer, __buffer_end, __first); in _GLIBCXX_VISIBILITY()
2396 __buffer_end = _GLIBCXX_MOVE3(__first, __middle, __buffer); in _GLIBCXX_VISIBILITY()
2398 return _GLIBCXX_MOVE_BACKWARD3(__buffer, __buffer_end, __last); in _GLIBCXX_VISIBILITY()
2424 _Pointer __buffer_end = _GLIBCXX_MOVE3(__first, __middle, __buffer); in _GLIBCXX_VISIBILITY() local
2425 std::__move_merge_adaptive(__buffer, __buffer_end, __middle, __last, in _GLIBCXX_VISIBILITY()
2430 _Pointer __buffer_end = _GLIBCXX_MOVE3(__middle, __last, __buffer); in _GLIBCXX_VISIBILITY() local
2432 __buffer_end, __last, __comp); in _GLIBCXX_VISIBILITY()