Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DRegex.cpp54 return preg->re_nsub; in getNumMatches()
58 unsigned nmatch = Matches ? preg->re_nsub+1 : 0; in match()
Dregex_impl.h50 size_t re_nsub; /* number of parenthesized subexpressions */ member
Dregcomp.c238 preg->re_nsub = g->nsub; in llvm_regcomp()