Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregex2.h153 sopno nplus; /* how deep does it nest +s? */ member
Dregengine.inc79 const char **lastpos; /* [nplus+1] */
222 if (g->nplus > 0 && m->lastpos == NULL)
223 m->lastpos = (const char **)malloc((g->nplus+1) *
225 if (g->nplus > 0 && m->lastpos == NULL) {
238 assert(g->nplus == 0 || m->lastpos != NULL);
610 assert(lev+1 <= m->g->nplus);
Dregcomp.c236 g->nplus = pluscount(p, g); in llvm_regcomp()