Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d185 auto fwdMatcher(ref BacktrackingMatcher matcher, void[] memBlock) in BacktrackingMatcher() function
189 auto fwdMatcher = BackMatcher(matcher.re, s, memBlock, front, index); in BacktrackingMatcher() local
197 auto fwdMatcher = in BacktrackingMatcher() local
H A Dthompson.d886 auto fwdMatcher()(size_t lo, size_t hi, size_t counter) in fwdMatcher() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d214 auto fwdMatcher(ref const RegEx re, void[] memBlock) in fwdMatcher() function
217 auto fwdMatcher = new BackMatcher(re, s, memBlock, front, index); in fwdMatcher() local
224 auto fwdMatcher = in bwdMatcher() local
H A Dthompson.d910 auto fwdMatcher()(size_t lo, size_t hi, uint nGroup, size_t counter) in fwdMatcher() function