Searched refs:maxCounterDepth (Results 1 – 4 of 4) sorted by relevance
519 uint maxCounterDepth; // max depth of nested {n,m} repetitions in Regex() local564 writeln("Max counter nesting depth: ", maxCounterDepth); in Regex()
22 maxCounterDepth = g.counterDepth; in makeRegex()1582 auto counterRange = FixedStack!uint(new uint[maxCounterDepth+1], -1); in postprocess()
684 uint maxCounterDepth; // max depth of nested {n,m} repetitions in Regex() local759 writeln("Max counter nesting depth: ", maxCounterDepth); in Regex()
26 maxCounterDepth = g.counterDepth; in makeRegex()1046 auto counterRange = FixedStack!uint(new uint[maxCounterDepth+1], -1); in postprocess()