Home
last modified time | relevance | path

Searched refs:pushState (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d474 pushState(pc+IRL!(IR.InfiniteEnd), counter); in matchImpl()
479 pushState(pc - len, counter); in matchImpl()
489 pushState(pc+IRL!(IR.InfiniteBloomEnd), counter); in matchImpl()
516 pushState(pc + IRL!(IR.RepeatEnd), counter%step); in matchImpl()
522 pushState(pc - len, counter + step); in matchImpl()
544 pushState(pc + IRL!(IR.InfiniteEnd), counter); in matchImpl()
549 pushState(pc-len, counter); in matchImpl()
565 pushState(pc + IRL!(IR.InfiniteBloomEnd), counter); in matchImpl()
585 pushState(pc + len + IRL!(IR.Option), counter); //remember 2nd branch in matchImpl()
747 void pushState(uint pc, uint counter) in pushState() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d446 pushState(pc+IRL!(IR.InfiniteEnd), counter); in BacktrackingMatcher()
451 pushState(pc - len, counter); in BacktrackingMatcher()
461 pushState(pc+IRL!(IR.InfiniteBloomEnd), counter); in BacktrackingMatcher()
488 pushState(pc + IRL!(IR.RepeatEnd), counter%step); in BacktrackingMatcher()
494 pushState(pc - len, counter + step); in BacktrackingMatcher()
516 pushState(pc + IRL!(IR.InfiniteEnd), counter); in BacktrackingMatcher()
521 pushState(pc-len, counter); in BacktrackingMatcher()
537 pushState(pc + IRL!(IR.InfiniteBloomEnd), counter); in BacktrackingMatcher()
557 pushState(pc + len + IRL!(IR.Option), counter); //remember 2nd branch in BacktrackingMatcher()
722 void pushState(uint pc, uint counter) in BacktrackingMatcher() function