Home
last modified time | relevance | path

Searched refs:maxLookaroundDepth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d313 enforce(lookaroundNest <= maxLookaroundDepth, in genLookaround()
527 enum maxLookaroundDepth = 16; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d394 enforce(lookaroundNest <= maxLookaroundDepth, in genLookaround()
608 enum maxLookaroundDepth = 16; variable