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

/external/llvm/lib/Support/
H A Dregcomp.c307 sopno subno; local
318 subno = p->g->nsub;
319 if (subno < NPAREN)
320 p->pbegin[subno] = HERE();
321 EMIT(OLPAREN, subno);
324 if (subno < NPAREN) {
325 p->pend[subno] = HERE();
326 assert(p->pend[subno] != 0);
328 EMIT(ORPAREN, subno);
532 sopno subno; local
[all...]

Completed in 102 milliseconds