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 D | backtracking.d | 185 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 D | thompson.d | 886 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 D | backtracking.d | 214 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 D | thompson.d | 910 auto fwdMatcher()(size_t lo, size_t hi, uint nGroup, size_t counter) in fwdMatcher() function
|