Searched refs:__copy1 (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | ranges_algo.h | 1520 auto __copy1 = ranges::copy(__middle, in _GLIBCXX_VISIBILITY() local 1525 std::move(__copy1.out)); in _GLIBCXX_VISIBILITY() 1526 return { std::move(__copy1.in), std::move(__copy2.out) }; in _GLIBCXX_VISIBILITY() 2544 auto __copy1 = ranges::copy(std::move(__first1), std::move(__last1), in _GLIBCXX_VISIBILITY() local 2547 std::move(__copy1.out)); in _GLIBCXX_VISIBILITY() 2548 return { std::move(__copy1.in), std::move(__copy2.in), in _GLIBCXX_VISIBILITY() 2694 auto __copy1 = ranges::copy(std::move(__first1), std::move(__last1), in _GLIBCXX_VISIBILITY() local 2697 std::move(__copy1.out)); in _GLIBCXX_VISIBILITY() 2698 return {std::move(__copy1.in), std::move(__copy2.in), in _GLIBCXX_VISIBILITY() 2876 auto __copy1 = ranges::copy(std::move(__first1), std::move(__last1), in _GLIBCXX_VISIBILITY() local [all …]
|