HomeSort by: relevance | last modified time | path
    Searched defs:__lasti (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ranges_algobase.h 469 auto __lasti = ranges::next(__first, __last); local
470 auto __tail = __lasti;
478 return {std::move(__lasti), std::move(__result)};
482 auto __lasti = ranges::next(__first, __last); local
483 auto __tail = __lasti;
491 return {std::move(__lasti), std::move(__result)};
ranges_algobase.h 469 auto __lasti = ranges::next(__first, __last); local
470 auto __tail = __lasti;
478 return {std::move(__lasti), std::move(__result)};
482 auto __lasti = ranges::next(__first, __last); local
483 auto __tail = __lasti;
491 return {std::move(__lasti), std::move(__result)};
ranges_algo.h 1344 auto __lasti = ranges::next(__first, __last); local
1346 return {__lasti, __lasti};
1348 return {std::move(__first), std::move(__lasti)};
1352 auto __n = __lasti - __first;
1358 return {std::move(__middle), std::move(__lasti)};
1362 auto __ret = __first + (__lasti - __middle);
1376 return {std::move(__ret), std::move(__lasti)};
1387 return {std::move(__ret), std::move(__lasti)};
1402 return {std::move(__ret), std::move(__lasti)};
1533 auto __lasti = ranges::next(__first, __last); local
1586 auto __lasti = ranges::next(__first, __last); local
1587 std::shuffle(std::move(__first), __lasti, std::forward<_Gen>(__g)); local
1613 auto __lasti = ranges::next(__first, __last); local
1641 auto __lasti = ranges::next(__first, __last); local
1669 auto __lasti = ranges::next(__first, __last); local
1697 auto __lasti = ranges::next(__first, __last); local
1792 auto __lasti = ranges::next(__first, __last); local
1793 _GLIBCXX_STD_A::sort(std::move(__first), __lasti, local
1820 auto __lasti = ranges::next(__first, __last); local
1821 std::stable_sort(std::move(__first), __lasti, local
1905 auto __lasti = ranges::next(std::move(__first), local
2036 auto __lasti = ranges::next(__first, __last); local
2038 __lasti, local
2280 auto __lasti = ranges::next(__first, __last); local
2351 auto __lasti = ranges::next(__first, __last); local
2560 auto __lasti = ranges::next(__first, __last); local
2561 std::inplace_merge(std::move(__first), std::move(__middle), __lasti, local
    [all...]
ranges_algo.h 1344 auto __lasti = ranges::next(__first, __last); local
1346 return {__lasti, __lasti};
1348 return {std::move(__first), std::move(__lasti)};
1352 auto __n = __lasti - __first;
1358 return {std::move(__middle), std::move(__lasti)};
1362 auto __ret = __first + (__lasti - __middle);
1376 return {std::move(__ret), std::move(__lasti)};
1387 return {std::move(__ret), std::move(__lasti)};
1402 return {std::move(__ret), std::move(__lasti)};
1533 auto __lasti = ranges::next(__first, __last); local
1586 auto __lasti = ranges::next(__first, __last); local
1587 std::shuffle(std::move(__first), __lasti, std::forward<_Gen>(__g)); local
1613 auto __lasti = ranges::next(__first, __last); local
1641 auto __lasti = ranges::next(__first, __last); local
1669 auto __lasti = ranges::next(__first, __last); local
1697 auto __lasti = ranges::next(__first, __last); local
1792 auto __lasti = ranges::next(__first, __last); local
1793 _GLIBCXX_STD_A::sort(std::move(__first), __lasti, local
1820 auto __lasti = ranges::next(__first, __last); local
1821 std::stable_sort(std::move(__first), __lasti, local
1905 auto __lasti = ranges::next(std::move(__first), local
2036 auto __lasti = ranges::next(__first, __last); local
2038 __lasti, local
2280 auto __lasti = ranges::next(__first, __last); local
2351 auto __lasti = ranges::next(__first, __last); local
2560 auto __lasti = ranges::next(__first, __last); local
2561 std::inplace_merge(std::move(__first), std::move(__middle), __lasti, local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ranges_algobase.h 405 auto __lasti = ranges::next(__first, __last); local
406 auto __tail = __lasti;
417 return {std::move(__lasti), std::move(__result)};
421 auto __lasti = ranges::next(__first, __last); local
422 auto __tail = __lasti;
433 return {std::move(__lasti), std::move(__result)};
ranges_algobase.h 405 auto __lasti = ranges::next(__first, __last); local
406 auto __tail = __lasti;
417 return {std::move(__lasti), std::move(__result)};
421 auto __lasti = ranges::next(__first, __last); local
422 auto __tail = __lasti;
433 return {std::move(__lasti), std::move(__result)};
ranges_algo.h 1367 auto __lasti = ranges::next(__first, __last); local
1369 return {__lasti, __lasti};
1371 return {std::move(__first), std::move(__lasti)};
1375 auto __n = __lasti - __first;
1381 return {std::move(__middle), std::move(__lasti)};
1385 auto __ret = __first + (__lasti - __middle);
1399 return {std::move(__ret), std::move(__lasti)};
1410 return {std::move(__ret), std::move(__lasti)};
1425 return {std::move(__ret), std::move(__lasti)};
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...]
ranges_algo.h 1367 auto __lasti = ranges::next(__first, __last); local
1369 return {__lasti, __lasti};
1371 return {std::move(__first), std::move(__lasti)};
1375 auto __n = __lasti - __first;
1381 return {std::move(__middle), std::move(__lasti)};
1385 auto __ret = __first + (__lasti - __middle);
1399 return {std::move(__ret), std::move(__lasti)};
1410 return {std::move(__ret), std::move(__lasti)};
1425 return {std::move(__ret), std::move(__lasti)};
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 133 milliseconds