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

/external/llvm/lib/Support/
H A Dregcomp.c315 sopno subno; local
326 subno = p->g->nsub;
327 if (subno < NPAREN)
328 p->pbegin[subno] = HERE();
329 EMIT(OLPAREN, subno);
332 if (subno < NPAREN) {
333 p->pend[subno] = HERE();
334 assert(p->pend[subno] != 0);
336 EMIT(ORPAREN, subno);
540 sopno subno; local
[all...]

Completed in 54 milliseconds