Home
last modified time | relevance | path

Searched refs:_range (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dinterfaces.d298 private R _range; variable
302 this._range = range; in this()
385 private R _range; variable
389 this._range = range; in this()
392 @property E front() { return _range.front; } in front()
395 static if (__traits(compiles, _range.moveFront())) in moveFront()
396 return _range.moveFront(); in moveFront()
402 void popFront() { _range.popFront(); } in popFront()
403 @property bool empty() { return _range.empty; } in empty()
408 return new typeof(this)(_range.save); in save()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dinterfaces.d280 private R _range; variable
284 this._range = range; in this()
367 private R _range; variable
371 this._range = range; in this()
374 @property E front() { return _range.front; } in front()
377 return _range.moveFront(); in moveFront()
380 void popFront() { _range.popFront(); } in popFront()
381 @property bool empty() { return _range.empty; } in empty()
386 return new typeof(this)(_range.save); in save()
393 _range.front = newVal; in front()
[all …]
H A Dpackage.d2817 + Return a _range advanced to within $(D _n) elements of the end of
2818 + $(D _range).
2820 + Intended as the _range equivalent of the Unix
2822 + of $(D _range) is less than or equal to $(D _n), $(D _range) is returned
2826 + length. Completes in $(BIGOH _range.length) time for all other ranges.
2829 + range = _range to get _tail of
2833 + Returns the _tail of $(D _range) augmented with length information
2932 $(REF popFrontN, std, _range, primitives)`(range, n)` and returns `range`.
2938 $(REF popBackN, std, _range, primitives)`(range, n)`
2952 $(REF popFront, std, _range, primitives), $(REF popBackN, std, _range, primitives)
[all …]
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex.h66 typedef struct _range RANGE;
67 struct _range { /* Global command range. */ struct
68 TAILQ_ENTRY(_range) q; /* Linked list of ranges. */
93 TAILQ_HEAD(_rh, _range) rq; /* @/global range: linked list. */
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d1530 The _range must be a
1531 $(REF_ALTTEXT forward _range, isForwardRange, std,_range,primitives).
1533 or it can be another forward _range.
1542 range = a forward _range.
H A Duni.d6520 private R _range; in Result() local
6535 _front = _range.empty ? Grapheme.init : _range.decodeGrapheme(); in Result()
6542 return Result(_range.save, _front); in Result()
6623 private Range _range; member
6628 return _range.empty; in empty()
6633 return _range.front[i]; in front()
6640 if (i >= _range.front.length) in popFront()
6642 _range.popFront(); in popFront()
6651 return Result(_range.save, i); in save()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d7186 private R _range;
7201 _front = _range.empty ? Grapheme.init : _range.decodeGrapheme();
7208 return Result(_range.save, _front);
7289 private Range _range;
7294 return _range.empty;
7299 return _range.front[i];
7306 if (i >= _range.front.length)
7308 _range.popFront();
7317 return Result(_range.save, i);
7335 private Range _range;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d142 but $(D hasSlicing!Cache) will not yield true (as the $(REF hasSlicing, std,_range,primitives)
208 underlying _range has a side effect, it will be observable before calling
209 front on the actual cached _range.
211 Furthermore, care should be taken composing $(D cache) with $(REF take, std,_range).
213 of when the _range ends, and correctly stop caching elements when needed.
215 may yield a faster _range.
H A Dsearching.d122 input _range $(D range) satisfy the predicate $(D pred).
169 input _range $(D range) satisfies the predicate $(D pred).
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19933604 (find_line_pc{,_range}): Use it.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19933604 (find_line_pc{,_range}): Use it.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19993888 (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst5992 .. _range-metadata: