Home
last modified time | relevance | path

Searched defs:BackMatcher (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d188 alias BackMatcher = BackMatcherTempl!(Char, Stream); in BacktrackingMatcher() local
196 alias BackMatcher = BackMatcherTempl!(Char, typeof(s.loopBack(index))); in BacktrackingMatcher() local
H A Dthompson.d723 alias BackMatcher = ThompsonMatcher!(Char, BackLooper!(Stream)); member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d216 alias BackMatcher = BacktrackingMatcher!(Char, Stream); in fwdMatcher() local
223 alias BackMatcher = BacktrackingMatcher!(Char, typeof(s.loopBack(index))); in bwdMatcher() local
H A Dthompson.d721 alias BackMatcher = ThompsonMatcher!(Char, BackLooper!(Stream)); variable