/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
H A D | array.d | 570 Range opSlice() in opSlice() function 575 ConstRange opSlice() const in opSlice() function 580 ImmutableRange opSlice() immutable in opSlice() function 593 Range opSlice(size_t i, size_t j) in opSlice() function 599 ConstRange opSlice(size_t i, size_t j) const in opSlice() function 605 ImmutableRange opSlice(size_t i, size_t j) immutable in opSlice() function 1636 Range opSlice(size_t low, size_t high) in opSlice() function 1719 Range opSlice() in opSlice() function 1730 Range opSlice(size_t a, size_t b) in opSlice() function
|
H A D | rbtree.d | 1006 Range opSlice() in opSlice() function 1012 ConstRange opSlice() const in opSlice() function 1018 ImmutableRange opSlice() immutable in opSlice() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 664 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function 1165 auto opSlice(size_t begin, size_t end) in opSlice() function 1525 auto opSlice(size_t begin, size_t end) in opSlice() function 2563 auto opSlice(size_t m, size_t n) in opSlice() function 2726 auto opSlice(size_t i, size_t j) { return typeof(this)(_arr[i .. j]); } in opSlice() function 2759 auto opSlice(size_t i, size_t j) { return new typeof(this)(_arr[i .. j]); } in opSlice() function 3541 auto opSlice(size_t i, size_t j) in opSlice() function 3552 auto opSlice(size_t i, DollarToken) in opSlice() function 3683 auto opSlice(size_t i, size_t j) @safe in opSlice() function 3697 inout(typeof(this)) opSlice(size_t i, DollarToken) inout @safe in opSlice() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | mmfile.d | 454 void[] opSlice() in opSlice() function 463 void[] opSlice(ulong i1, ulong i2) in opSlice() function
|
H A D | numeric.d | 2396 ref GapWeightedSimilarityIncremental opSlice() in opSlice() function 2889 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
|
H A D | uni.d | 3313 auto opSlice(size_t from, size_t to) in opSlice() function 3326 auto opSlice(size_t from, size_t to) const in opSlice() function 3332 auto opSlice() in opSlice() function 3338 auto opSlice() const in opSlice() function 5301 auto opSlice(size_t a, size_t b){ return Decoder(str[0 .. idx+b], idx+a); } in opSlice() function
|
H A D | array.d | 2873 @property inout(ElementEncodingType!A)[] opSlice() inout @trusted pure nothrow in CheckOutput() function 3263 @property inout(ElementEncodingType!A)[] opSlice() inout function
|
H A D | utf.d | 3328 auto opSlice(size_t lower, size_t upper) { return ByCodeUnitImpl(str[lower .. upper]); } in opSlice() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | mmfile.d | 452 void[] opSlice() in opSlice() function 461 void[] opSlice(ulong i1, ulong i2) in opSlice() function
|
H A D | numeric.d | 2723 ref GapWeightedSimilarityIncremental opSlice() in opSlice() function 3452 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
|
H A D | array.d | 4061 @property inout(ElementEncodingType!A)[] opSlice() inout in opSlice() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
H A D | ir.d | 505 NamedGroupRange opSlice(size_t low, size_t high) { in Regex() function 510 NamedGroupRange opSlice() { return this.save; } in Regex() function 638 String opSlice(size_t start, size_t end){ return _origin[start .. end]; } in opSlice() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/ |
H A D | dummyrange.d | 166 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function 173 typeof(this) opSlice() in opSlice() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/test/ |
H A D | dummyrange.d | 166 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function 173 typeof(this) opSlice() in opSlice() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/ |
H A D | outbuffer.d | 654 extern (D) const(char)[] opSlice() const pure nothrow @nogc @safe in opSlice() function 659 extern (D) const(char)[] opSlice(size_t lwr, size_t upr) const pure nothrow @nogc @safe in opSlice() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | ir.d | 670 NamedGroupRange opSlice(size_t low, size_t high) { in Regex() function 675 NamedGroupRange opSlice() { return this.save; } in Regex() function 827 String opSlice(size_t start, size_t end){ return _origin[start .. end]; } in opSlice() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/ |
H A D | package.d | 657 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/ |
H A D | slist.d | 303 Range opSlice() in opSlice() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/ |
H A D | package.d | 1566 auto ref opSlice() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | setops.d | 1380 ref auto opSlice() { return this; } in opSlice() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
H A D | package.d | 1550 auto ref opSlice() in opSlice() function
|