Searched refs:backrefnum (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c314 int backrefnum; local
384 * matching group. backrefnum will hold the number. The matching
388 backrefnum = c - '0';
389 if (p->pend[backrefnum] == 0) {
397 assert(backrefnum <= p->g->nsub);
398 EMIT(OBACK_, backrefnum);
399 assert(p->pbegin[backrefnum] != 0);
400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
401 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
402 (void) dupl(p, p->pbegin[backrefnum]
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c314 int backrefnum; local
384 * matching group. backrefnum will hold the number. The matching
388 backrefnum = c - '0';
389 if (p->pend[backrefnum] == 0) {
397 assert(backrefnum <= p->g->nsub);
398 EMIT(OBACK_, backrefnum);
399 assert(p->pbegin[backrefnum] != 0);
400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
401 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
402 (void) dupl(p, p->pbegin[backrefnum]
[all...]

Completed in 141 milliseconds