Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h3832 auto __cursor = __first; in _GLIBCXX_VISIBILITY() local
3833 while (__cursor != __result) in _GLIBCXX_VISIBILITY()
3840 __dest_head = std::move(__cursor, __result, in _GLIBCXX_VISIBILITY()
3842 std::move(std::move(__first), std::move(__cursor), in _GLIBCXX_VISIBILITY()
3846 std::iter_swap(__cursor, __dest_head); in _GLIBCXX_VISIBILITY()
3849 ++__cursor; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h3624 auto __cursor = __first; in _GLIBCXX_VISIBILITY() local
3625 while (__cursor != __result) in _GLIBCXX_VISIBILITY()
3632 __dest_head = std::move(__cursor, __result, in _GLIBCXX_VISIBILITY()
3634 std::move(std::move(__first), std::move(__cursor), in _GLIBCXX_VISIBILITY()
3638 std::iter_swap(__cursor, __dest_head); in _GLIBCXX_VISIBILITY()
3641 ++__cursor; in _GLIBCXX_VISIBILITY()