Home
last modified time | relevance | path

Searched refs:loopBack (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d223 alias BackMatcher = BacktrackingMatcher!(Char, typeof(s.loopBack(index))); in bwdMatcher()
225 new BackMatcher(re, s.loopBack(index), memBlock); in bwdMatcher()
395 else if (atEnd && s.loopBack(index).nextChar(back, bi) in matchImpl()
401 else if (s.loopBack(index).nextChar(back, bi)) in matchImpl()
418 else if (atEnd && s.loopBack(index).nextChar(back, bi) in matchImpl()
421 else if (s.loopBack(index).nextChar(back, bi)) in matchImpl()
441 else if (s.loopBack(index).nextChar(back,bi) in matchImpl()
460 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi) in matchImpl()
650 alias Matcher = BacktrackingMatcher!(Char, typeof(s.loopBack(index))); in matchImpl()
651 auto matcher = new Matcher(slicedRe, s.loopBack(index), mem); in matchImpl()
[all …]
H A Dthompson.d120 else if (atEnd && s.loopBack(index).nextChar(back, bi) in with()
126 else if (s.loopBack(index).nextChar(back, bi)) in with()
151 else if (atEnd && s.loopBack(index).nextChar(back, bi) in with()
156 else if (s.loopBack(index).nextChar(back, bi)) in with()
193 ||(s.loopBack(index).nextChar(back,bi) in with()
229 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back, bi) in with()
919 alias BackLooper = typeof(s.loopBack(index)); in bwdMatcher()
920 auto m = new ThompsonMatcher!(Char, BackLooper)(this, lo, hi, nGroup, s.loopBack(index)); in bwdMatcher()
H A Dir.d829 auto loopBack(size_t index){ return BackLooper!Input(this, index); } in loopBack() function
862 auto loopBack(size_t index){ return Input(_origin, index); } in BackLooperImpl()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d196 alias BackMatcher = BackMatcherTempl!(Char, typeof(s.loopBack(index))); in BacktrackingMatcher()
198 BackMatcher(matcher.re, s.loopBack(index), memBlock); in BacktrackingMatcher()
367 else if (atEnd && s.loopBack(index).nextChar(back, bi) in BacktrackingMatcher()
373 else if (s.loopBack(index).nextChar(back, bi)) in BacktrackingMatcher()
390 else if (atEnd && s.loopBack(index).nextChar(back, bi) in BacktrackingMatcher()
393 else if (s.loopBack(index).nextChar(back, bi)) in BacktrackingMatcher()
413 else if (s.loopBack(index).nextChar(back,bi) in BacktrackingMatcher()
432 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi) in BacktrackingMatcher()
619 alias Matcher = BacktrackingMatcher!(Char, typeof(s.loopBack(index))); in BacktrackingMatcher()
620 auto matcher = Matcher(re, s.loopBack(index), mem); in BacktrackingMatcher()
[all …]
H A Dthompson.d120 else if (atEnd && s.loopBack(index).nextChar(back, bi) in with()
126 else if (s.loopBack(index).nextChar(back, bi)) in with()
151 else if (atEnd && s.loopBack(index).nextChar(back, bi) in with()
156 else if (s.loopBack(index).nextChar(back, bi)) in with()
193 ||(s.loopBack(index).nextChar(back,bi) in with()
229 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back, bi) in with()
895 alias BackLooper = typeof(s.loopBack(index)); in bwdMatcher()
896 auto m = ThompsonMatcher!(Char, BackLooper)(this, lo, hi, s.loopBack(index)); in bwdMatcher()
H A Dir.d640 auto loopBack(size_t index){ return BackLooper!Input(this, index); } in loopBack() function
668 auto loopBack(size_t index){ return Input(_origin, index); } in BackLooperImpl()