Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregcomp.c99 static sopno dupl(struct parse *, sopno, sopno);
565 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
991 copy = dupl(p, start+1, finish+1); in repeat()
1000 copy = dupl(p, start, finish); in repeat()
1004 copy = dupl(p, start, finish); in repeat()
1283 dupl(struct parse *p, in dupl() function