Home
last modified time | relevance | path

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

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