Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d629 private alias opSlice_t = ulong; in MapResult() local
631 private alias opSlice_t = uint; in MapResult() local
635 auto opSlice(opSlice_t low, opSlice_t high) in MapResult()
640 else static if (is(typeof(_input[opSlice_t.max .. $]))) in MapResult()
644 auto opSlice(opSlice_t low, DollarToken) in MapResult()
649 auto opSlice(opSlice_t low, opSlice_t high) in MapResult()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d603 private alias opSlice_t = ulong; in MapResult() local
605 private alias opSlice_t = uint; in MapResult() local
609 auto opSlice(opSlice_t low, opSlice_t high) in MapResult()
614 else static if (is(typeof(_input[opSlice_t.max .. $]))) in MapResult()
618 auto opSlice(opSlice_t low, DollarToken) in MapResult()
623 auto opSlice(opSlice_t low, opSlice_t high) in MapResult()