Home
last modified time | relevance | path

Searched refs:maxCounterDepth (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d519 uint maxCounterDepth; // max depth of nested {n,m} repetitions in Regex() local
564 writeln("Max counter nesting depth: ", maxCounterDepth); in Regex()
H A Dparser.d22 maxCounterDepth = g.counterDepth; in makeRegex()
1582 auto counterRange = FixedStack!uint(new uint[maxCounterDepth+1], -1); in postprocess()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d684 uint maxCounterDepth; // max depth of nested {n,m} repetitions in Regex() local
759 writeln("Max counter nesting depth: ", maxCounterDepth); in Regex()
H A Dparser.d26 maxCounterDepth = g.counterDepth; in makeRegex()
1046 auto counterRange = FixedStack!uint(new uint[maxCounterDepth+1], -1); in postprocess()