Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregcomp.c306 sopno subno; in p_ere_exp() local
317 subno = p->g->nsub; in p_ere_exp()
318 if (subno < NPAREN) in p_ere_exp()
319 p->pbegin[subno] = HERE(); in p_ere_exp()
320 EMIT(OLPAREN, subno); in p_ere_exp()
323 if (subno < NPAREN) { in p_ere_exp()
324 p->pend[subno] = HERE(); in p_ere_exp()
325 assert(p->pend[subno] != 0); in p_ere_exp()
327 EMIT(ORPAREN, subno); in p_ere_exp()
504 sopno subno; in p_simp_re() local
[all …]