Home
last modified time | relevance | path

Searched refs:opSlice (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d345 typeof(this) opSlice(size_t a, size_t b) in Result()
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
2031 auto opSlice()(size_t i, size_t j)
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
3172 auto opSlice(size_t i, size_t j) in Repeat()
3190 auto opSlice(size_t, DollarToken) inout { return this; } in Repeat()
[all …]
H A Dinterfaces.d191 RandomAccessFinite!E opSlice(size_t, size_t); in version()
445 typeof(this) opSlice(size_t lower, size_t upper) { in version()
H A Dprimitives.d1537 struct A { mixin(rangeFuncs); int opSlice(size_t, size_t); }
1538 struct B { mixin(rangeFuncs); B opSlice(size_t, size_t); }
1539 struct C { mixin(rangeFuncs); @disable this(); C opSlice(size_t, size_t); }
1540 struct D { mixin(rangeFuncs); int[] opSlice(size_t, size_t); }
1552 auto opSlice(size_t i, size_t j) { return takeExactly(this, j - i); }
1553 auto opSlice(size_t i, Dollar d) { return this; }
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Darray.d170 RangeT opSlice() in RangeT()
175 RangeT opSlice(size_t i, size_t j) in RangeT()
181 RangeT!(const(A)) opSlice() const in RangeT()
186 RangeT!(const(A)) opSlice(size_t i, size_t j) const in RangeT()
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
[all …]
H A Dpackage.d727 Range opSlice() in TotalContainer()
738 Range opSlice(size_t a, size_t b) in TotalContainer()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Darray.d232 RangeT opSlice() in RangeT()
237 RangeT opSlice(size_t i, size_t j) in RangeT()
244 RangeT!(const(A)) opSlice() const in RangeT()
249 RangeT!(const(A)) opSlice(size_t i, size_t j) const in RangeT()
728 Range opSlice()
733 ConstRange opSlice() const
738 ImmutableRange opSlice() immutable
751 Range opSlice(size_t i, size_t j)
757 ConstRange opSlice(size_t i, size_t j) const
763 ImmutableRange opSlice(size_t i, size_t j) immutable
[all …]
H A Dpackage.d722 Range opSlice() in TotalContainer()
733 Range opSlice(size_t a, size_t b) in TotalContainer()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Darray.d80 inout(T)[] opSlice() inout in Array()
85 inout(T)[] opSlice(size_t a, size_t b) inout in Array()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Darray.d80 inout(T)[] opSlice() inout in Array()
85 inout(T)[] opSlice(size_t a, size_t b) inout in Array()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d346 typeof(this) opSlice(size_t a, size_t b) in Result()
657 typeof(this) opSlice(size_t lower, size_t upper) in opSlice() function
1164 auto opSlice(size_t begin, size_t end) return scope
1678 auto opSlice(size_t begin, size_t end)
2350 auto opSlice()(size_t i, size_t j)
2899 auto opSlice(size_t m, size_t n)
3152 auto opSlice(size_t i, size_t j) { return typeof(this)(_arr[i .. j]); }
3185 auto opSlice(size_t i, size_t j) { return new typeof(this)(_arr[i .. j]); }
3605 auto opSlice(size_t i, size_t j)
3623 auto opSlice(size_t, DollarToken) inout { return this; }
[all …]
H A Dinterfaces.d198 RandomAccessFinite!E opSlice(size_t, size_t); in version()
475 typeof(this) opSlice(size_t lower, size_t upper) { in version()
H A Dprimitives.d1710 struct A { mixin(rangeFuncs); int opSlice(size_t, size_t); }
1711 struct B { mixin(rangeFuncs); B opSlice(size_t, size_t); }
1712 struct C { mixin(rangeFuncs); @disable this(); C opSlice(size_t, size_t); }
1713 struct D { mixin(rangeFuncs); int[] opSlice(size_t, size_t); }
1725 auto opSlice(size_t i, size_t j) { return takeExactly(this, j - i); }
1726 auto opSlice(size_t i, Dollar d) { return this; }
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dscopebuffer.d199 @system inout(T)[] opSlice(size_t lower, size_t upper) inout in inout()
212 @system inout(T)[] opSlice() inout in inout()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dscopebuffer.d200 @system inout(T)[] opSlice(size_t lower, size_t upper) inout in inout()
213 @system inout(T)[] opSlice() inout in inout()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dexception.d1912 opSlice = 0b10_0000_0000, /// Ditto
2147 typeof(this) opSlice(size_t lower, size_t upper)
2149 static if (primitivesToHandle & RangePrimitive.opSlice)
2170 typeof(this) opSlice(size_t lower, DollarToken)
2172 static if (primitivesToHandle & RangePrimitive.opSlice)
2187 Take!Handler opSlice(size_t lower, size_t upper)
2189 static if (primitivesToHandle & RangePrimitive.opSlice)
2279 ThrowingRange opSlice(size_t, size_t)
2352 RangePrimitive.opSlice, (e, r) => ThrowingRange())();
2366 Take!Infinite opSlice(size_t, size_t) { assert(false); }
[all …]
H A Dmmfile.d452 void[] opSlice() in opSlice() function
455 return opSlice(0,size); in opSlice()
461 void[] opSlice(ulong i1, ulong i2) in opSlice() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dexception.d1773 opSlice = 0b10_0000_0000, /// Ditto
1974 typeof(this) opSlice(size_t lower, size_t upper)
1976 static if (primitivesToHandle & RangePrimitive.opSlice)
1997 typeof(this) opSlice(size_t lower, DollarToken)
1999 static if (primitivesToHandle & RangePrimitive.opSlice)
2014 Take!Handler opSlice(size_t lower, size_t upper)
2016 static if (primitivesToHandle & RangePrimitive.opSlice)
2106 ThrowingRange opSlice(size_t, size_t)
2179 RangePrimitive.opSlice, (e, r) => ThrowingRange())();
2193 Take!Infinite opSlice(size_t, size_t) { assert(false); }
[all …]
H A Dmmfile.d454 void[] opSlice() in opSlice() function
457 return opSlice(0,size); in opSlice()
463 void[] opSlice(ulong i1, ulong i2) in opSlice() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d505 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
674 String opSlice(size_t start, size_t end){ return _origin[end .. start]; } in BackLooperImpl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dpooltable.d65 inout(Pool*)[] opSlice(size_t a, size_t b) inout return @trusted pure nothrow @nogc in PoolTable()
73 inout(Pool*)[] opSlice() inout return @trusted pure nothrow @nogc in PoolTable()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d670 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
868 String opSlice(size_t start, size_t end){ return _origin[end .. start]; } in BackLooperImpl()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/
H A Ddummyrange.d166 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 Ddummyrange.d166 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/root/
H A Darray.d303 extern (D) inout(T)[] opSlice() inout nothrow pure @nogc in Array()
308 extern (D) inout(T)[] opSlice(size_t a, size_t b) inout nothrow pure @nogc in Array()
938 auto opSlice() in Filter()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dpooltable.d63 inout(Pool*)[] opSlice(size_t a, size_t b) inout pure in PoolTable()

123