Home
last modified time | relevance | path

Searched refs:popFront (Results 1 – 25 of 135) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Ddemangle.d342 void popFront()
349 void popFront(int i)
352 popFront();
359 popFront();
368 popFront();
376 popFront();
417 popFront();
451 popFront();
505 popFront();
527 popFront();
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d84 nc.popFront();
551 popFront();
573 pat.popFront(); in _popFront()
582 void popFront() in popFront() function
599 popFront(); in parseDecimal()
641 popFront(); in parseRegex()
644 popFront(); in parseRegex()
650 popFront(); in parseRegex()
654 popFront(); in parseRegex()
661 popFront(); in parseRegex()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcsv.d449 records.popFront();
450 records.popFront();
601 ans.popFront();
620 ans2.popFront();
631 ans2.popFront();
693 record.popFront();
695 records.popFront();
735 void popFront() in popFront() function
737 text.popFront(); in popFront()
935 popFront(); in this()
[all …]
H A Dbase64.d325 immutable v1 = source.front; source.popFront();
326 immutable v2 = source.front; source.popFront();
327 immutable v3 = source.front; source.popFront();
340 source.popFront();
501 immutable v1 = source.front; source.popFront();
502 immutable v2 = source.front; source.popFront();
503 immutable v3 = source.front; source.popFront();
517 source.popFront();
651 void popFront() in popFront() function
655 range_.popFront(); in popFront()
[all …]
H A Drandom.d202 void popFront() {} in popFront() function
213 void popFront() {} in popFront() function
225 void popFront() {} in popFront() function
238 void popFront() {} in popFront() function
251 void popFront() {} in popFront() function
382 popFront();
388 void popFront() @safe pure nothrow @nogc in popFront() function
501 rnd0.popFront();
518 rnd.popFront();
724 for (j = 0; j < n && !range.empty; ++j, range.popFront())
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcsv.d563 records.popFront();
564 records.popFront();
715 ans.popFront();
734 ans2.popFront();
745 ans2.popFront();
807 record.popFront();
809 records.popFront();
849 void popFront() in popFront() function
851 text.popFront(); in popFront()
1069 popFront(); in this()
[all …]
H A Dbase64.d62 isForwardRange, ElementType, hasLength, popFront, put, save;
326 immutable v1 = source.front; source.popFront();
327 immutable v2 = source.front; source.popFront();
328 immutable v3 = source.front; source.popFront();
341 source.popFront();
490 immutable v1 = source.front; source.popFront();
491 immutable v2 = source.front; source.popFront();
492 immutable v3 = source.front; source.popFront();
506 source.popFront();
640 void popFront() in popFront() function
[all …]
H A Drandom.d275 void popFront() {} in popFront() function
283 void popFront() {} in popFront() function
298 void popFront() {} in popFront() function
345 void popFront() {} in popFront() function
356 void popFront() {} in popFront() function
371 void popFront() {} in popFront() function
382 void popFront() {} in popFront() function
394 void popFront() {} in popFront() function
407 void popFront() {} in popFront() function
420 void popFront() {} in popFront() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dread.d29 import std.range.primitives : empty, front, popFront; in skipData()
33 case 'c': input.popFront(); break; in skipData()
35 if (input.front == '+' || input.front == '-') input.popFront(); in skipData()
38 while (!input.empty && isDigit(input.front)) input.popFront(); in skipData()
151 import std.range.primitives : empty, front, popFront;
157 input.popFront();
179 import std.range.primitives : empty, front, popFront, put;
202 for (; !input.empty; input.popFront())
213 for (; !input.empty && input.front != end; input.popFront())
258 import std.range.primitives : popFront;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dprimitives.d169 && is(typeof((R r) => r.popFront));
177 void popFront();
191 void popFront();
201 void popFront();
209 void popFront();
216 void popFront();
240 void popFront() { _front++; } in popFront() function
276 r.popFront(); in doPut()
322 if $(D r) is an input range (followed by $(D r.popFront())), or $(D r(e))
344 $(TD $(D for (; !e.empty; e.popFront()) put(r, e.front);))
[all …]
H A Dpackage.d291 void popFront() { source.popBack(); } in Result()
293 void popBack() { source.popFront(); } in Result()
599 void popFront() in popFront() function
984 void popFront() in popFront() function
989 source[i].popFront(); in popFront()
1318 myChain.popFront();
1442 void popFront() in popFront() function
1444 return condition ? r1.popFront : r2.popFront; in popFront()
1606 s.popFront();
1710 void popFront() in popFront() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsetops.d273 void popFront() { impl.popFront(); } in FwdRangeWrapper()
316 void popFront() { impl.popFront(); } in InpRangeWrapper()
394 void popFront() scope in popFront() function
398 r.popFront(); in popFront()
542 C.popFront();
545 C.popFront();
576 void popFront() @system
910 void popFront()
914 _ror.back.popFront();
1069 r2.popFront();
[all …]
H A Diteration.d82 on each construction or call to $(REF_ALTTEXT popFront, popFront, std,range,primitives),
269 void popFront() {initialized = false;} in popFront() function
344 void popFront() in _Cache()
347 source.popFront(); in _Cache()
573 void popFront() in MapResult()
576 _input.popFront(); in MapResult()
682 squares2.popFront();
717 fibsSquares.popFront();
718 fibsSquares.popFront();
720 fibsSquares.popFront();
[all …]
H A Dsearching.d250 for (; !rn.empty; rn.popFront())
470 ++i, r1.popFront(), r2.popFront())
493 for (size_t j = 0; i < len && !r2.empty; r2.popFront(), i = j)
815 haystack.popFront();
820 haystack.popFront();
842 for (; !haystack.empty ; ++result, haystack.popFront())
1333 r.popFront();
1375 r.popFront();
1407 r.popFront();
1718 for ( ; !haystack.empty; haystack.popFront() )
[all …]
H A Dmutation.d241 front.popFront();
242 back.popFront();
312 void popFront() { ++i; } in R()
565 void popFront() { line = 1; } in popFront() function
612 for ( ; !range.empty; range.popFront() )
775 for ( ; !range.empty; range.popFront(), filler.popFront())
808 for (; !range.empty; range.popFront(), filler.popFront())
818 for (; !range.empty; range.popFront(), filler.popFront())
896 for ( ; !range.empty ; range.popFront() )
906 for ( ; !range.empty ; range.popFront() )
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d275 void popFront() { impl.popFront(); } in FwdRangeWrapper()
318 void popFront() { impl.popFront(); } in InpRangeWrapper()
396 void popFront() in popFront() function
400 r.popFront(); in popFront()
542 C.popFront();
545 C.popFront();
873 void popFront() in MultiwayMerge()
877 _ror.back.popFront(); in MultiwayMerge()
1020 r2.popFront(); in adjustPosition()
1025 r1.popFront(); in adjustPosition()
[all …]
H A Diteration.d121 on each construction or call to $(D popFront),
302 void popFront() {initialized = false;} in popFront() function
372 void popFront() in _Cache()
375 source.popFront(); in _Cache()
591 void popFront() in MapResult()
594 _input.popFront(); in MapResult()
708 squares2.popFront();
743 fibsSquares.popFront();
744 fibsSquares.popFront();
746 fibsSquares.popFront();
[all …]
H A Dsearching.d236 for (; !r.empty; r.popFront())
454 ++i, r1.popFront(), r2.popFront())
477 for (size_t j = 0; i < len && !r2.empty; r2.popFront(), i = j)
794 haystack.popFront();
799 haystack.popFront();
821 for (; !haystack.empty ; ++result, haystack.popFront())
1285 r.popFront();
1329 r.popFront();
1341 r.popFront();
1377 r.popFront();
[all …]
H A Dcomparison.d611 for (;; r1.popFront(), r2.popFront())
805 for (; !r1.empty; r1.popFront(), r2.popFront())
814 for (; !r1.empty; r1.popFront(), r2.popFront())
943 void popFront(){assert(0);} in R()
1132 tt.popFront(); in distanceWithPath()
1148 s.popFront(); in distanceWithPath()
1171 ss.popFront(); in distanceLowMem()
1188 t.popFront(); in distanceLowMem()
1223 s.popFront();
1224 t.popFront();
[all …]
H A Dmutation.d174 front.popFront();
175 back.popFront();
312 void popFront() { ++i; } in R()
571 for ( ; !range.empty; range.popFront() )
744 for ( ; !range.empty; range.popFront(), filler.popFront())
777 for (; !range.empty; range.popFront(), filler.popFront())
787 for (; !range.empty; range.popFront(), filler.popFront())
865 for ( ; !range.empty ; range.popFront() )
889 for ( ; !range.empty ; range.popFront() )
1020 void popFront() { done = true; } in popFront() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dprimitives.d177 && is(typeof((R r) => r.popFront));
185 void popFront();
199 void popFront();
209 void popFront();
217 void popFront();
224 void popFront();
248 void popFront() { _front++; } in popFront() function
298 r.popFront(); in doPut()
344 if `r` is an input range (followed by `r.popFront()`), or `r(e)`
366 $(TD $(D for (; !e.empty; e.popFront()) put(r, e.front);))
[all …]
H A Dpackage.d292 void popFront() { source.popBack(); } in Result()
294 void popBack() { source.popFront(); } in Result()
592 void popFront() in popFront() function
981 void popFront() in popFront() function
986 source[i].popFront(); in popFront()
1351 myChain.popFront();
1573 void popFront()
1575 return actOnChosen!((ref r) { r.popFront; })(this);
1712 void popFront() {}
1728 void popFront() {}
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Drandom.d27 popFront(); in seed()
33 popFront(); in opCall()
42 void popFront() in popFront() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Ddlist.d59 rn.popFront();
62 rs.popFront();
142 void popFront() in inout() function
657 r.popFront(); in DList()
694 r.popFront(); in DList()
755 for ( stuff.popFront() ; !stuff.empty ; stuff.popFront() ) in DList()
809 for ( ; !range.empty; range.popFront())
822 for ( ; !range.empty; range.popFront())
835 for ( ; !range.empty; range.popFront())
848 for ( ; !range.empty; range.popFront())
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Ddlist.d59 rn.popFront();
62 rs.popFront();
142 void popFront() scope in inout()
666 r.popFront();
703 r.popFront();
799 for ( stuff.popFront() ; !stuff.empty ; stuff.popFront() )
885 for ( ; !range.empty; range.popFront())
898 for ( ; !range.empty; range.popFront())
911 for ( ; !range.empty; range.popFront())
924 for ( ; !range.empty; range.popFront())
[all …]

123456