HomeSort by relevance Sort by last modified time
    Searched refs:backrefnum (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
regcomp.c 314 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]+1, p->pend[backrefnum])
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 314 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]+1, p->pend[backrefnum])
    [all...]

Completed in 104 milliseconds