Home
last modified time | relevance | path

Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A Dregex2.h156 sopno nplus; /* how deep does it nest +s? */ member
H A Dregengine.inc81 const char **lastpos; /* [nplus+1] */
224 if (g->nplus > 0 && m->lastpos == NULL)
225 m->lastpos = (const char **)malloc((g->nplus+1) *
227 if (g->nplus > 0 && m->lastpos == NULL) {
240 assert(g->nplus == 0 || m->lastpos != NULL);
644 assert(lev+1 <= m->g->nplus);
H A Dregcomp.c372 g->nplus = pluscount(p, g); in llvm_regcomp()