Searched defs:NPAREN (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c65 # define NPAREN 10 /* we need to remember () 1-9 for back refs */ macro
66 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
67 sopno pend[NPAREN]; /* -> ) ([0] unused) */
200 for (i = 0; i < NPAREN; i++) {
319 if (subno < NPAREN)
324 if (subno < NPAREN) {
559 if (subno < NPAREN)
565 if (subno < NPAREN) {
586 assert(i < NPAREN);
1376 for (i = 1; i < NPAREN;
[all...]

Completed in 50 milliseconds