Searched defs:memBlock (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | backtracking.d | 149 void initExternalMemory(void[] memBlock) in initExternalMemory() 159 void initialize(ref const RegEx program, Stream stream, void[] memBlock) in initialize() 186 this(ref const RegEx program, Stream stream, void[] memBlock, dchar ch, DataIndex idx) in this() 196 this(ref const RegEx program, MatchFn func, Stream stream, void[] memBlock) in this() 205 this(ref const RegEx program, Stream stream, void[] memBlock) in this() 214 auto fwdMatcher(ref const RegEx re, void[] memBlock) in fwdMatcher() 221 auto bwdMatcher(ref const RegEx re, void[] memBlock) in bwdMatcher()
|