Searched defs:__lasti (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algobase.h408 auto __lasti = ranges::next(__first, __last); local
424 auto __lasti = ranges::next(__first, __last); local
H A Dranges_algo.h1577 auto __lasti = ranges::next(__first, __last); local
1766 auto __lasti = ranges::next(__first, __last); local
1819 auto __lasti = ranges::next(__first, __last); local
1820 std::shuffle(std::move(__first), __lasti, std::forward<_Gen>(__g)); local
1847 auto __lasti = ranges::next(__first, __last); local
1875 auto __lasti = ranges::next(__first, __last); local
1903 auto __lasti = ranges::next(__first, __last); local
1931 auto __lasti = ranges::next(__first, __last); local
2026 auto __lasti = ranges::next(__first, __last); local
2027 std::sort(std::move(__first), __lasti, local
2054 auto __lasti = ranges::next(__first, __last); local
2055 std::stable_sort(std::move(__first), __lasti, local
2139 auto __lasti = ranges::next(std::move(__first), local
2270 auto __lasti = ranges::next(__first, __last); local
2271 std::nth_element(std::move(__first), std::move(__nth), __lasti, local
2513 auto __lasti = ranges::next(__first, __last); local
2583 auto __lasti = ranges::next(__first, __last); local
2791 auto __lasti = ranges::next(__first, __last); local
2792 std::inplace_merge(std::move(__first), std::move(__middle), __lasti, local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algobase.h405 auto __lasti = ranges::next(__first, __last); local
421 auto __lasti = ranges::next(__first, __last); local
H A Dranges_algo.h1367 auto __lasti = ranges::next(__first, __last); local
1556 auto __lasti = ranges::next(__first, __last); local
1610 auto __lasti = ranges::next(__first, __last); local
1611 std::shuffle(std::move(__first), __lasti, std::forward<_Gen>(__g)); local
1638 auto __lasti = ranges::next(__first, __last); local
1666 auto __lasti = ranges::next(__first, __last); local
1694 auto __lasti = ranges::next(__first, __last); local
1722 auto __lasti = ranges::next(__first, __last); local
1817 auto __lasti = ranges::next(__first, __last); local
1818 _GLIBCXX_STD_A::sort(std::move(__first), __lasti, local
1845 auto __lasti = ranges::next(__first, __last); local
1846 std::stable_sort(std::move(__first), __lasti, local
1930 auto __lasti = ranges::next(std::move(__first), local
2061 auto __lasti = ranges::next(__first, __last); local
2063 __lasti, local
2305 auto __lasti = ranges::next(__first, __last); local
2375 auto __lasti = ranges::next(__first, __last); local
2583 auto __lasti = ranges::next(__first, __last); local
2584 std::inplace_merge(std::move(__first), std::move(__middle), __lasti, local
[all...]

Completed in 196 milliseconds