Searched refs:pbegin (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regcomp.c | 201 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member 336 p->pbegin[i] = 0; in llvm_regcomp() 455 p->pbegin[subno] = HERE(); in p_ere_exp() 526 assert(p->pbegin[backrefnum] != 0); in p_ere_exp() 527 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 529 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 695 p->pbegin[subno] = HERE(); in p_simp_re() 725 assert(p->pbegin[i] != 0); in p_simp_re() 726 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 728 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() [all …]
|
/external/llvm/lib/Support/ |
D | regcomp.c | 74 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member 209 p->pbegin[i] = 0; in llvm_regcomp() 328 p->pbegin[subno] = HERE(); in p_ere_exp() 399 assert(p->pbegin[backrefnum] != 0); in p_ere_exp() 400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 402 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 568 p->pbegin[subno] = HERE(); in p_simp_re() 598 assert(p->pbegin[i] != 0); in p_simp_re() 599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 601 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 74 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member 209 p->pbegin[i] = 0; in llvm_regcomp() 328 p->pbegin[subno] = HERE(); in p_ere_exp() 399 assert(p->pbegin[backrefnum] != 0); in p_ere_exp() 400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 402 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 568 p->pbegin[subno] = HERE(); in p_simp_re() 598 assert(p->pbegin[i] != 0); in p_simp_re() 599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 601 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regcomp.c | 66 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member 201 p->pbegin[i] = 0; in llvm_regcomp() 319 p->pbegin[subno] = HERE(); in p_ere_exp() 532 p->pbegin[subno] = HERE(); in p_simp_re() 562 assert(p->pbegin[i] != 0); in p_simp_re() 563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 565 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1349 if (p->pbegin[i] >= pos) { in doinsert() 1350 p->pbegin[i]++; in doinsert()
|