Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d1947 TimSortImpl!(lessFun, Range).sort(r, null);
2323 private template TimSortImpl(alias pred, R) in TimSortImpl() function
3033 enum minMerge = TimSortImpl!(cmp, NoCopy[]).minimalMerge;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d1873 TimSortImpl!(lessFun, Range).sort(r, null);
2230 private template TimSortImpl(alias pred, R) in TimSortImpl() function