Searched defs:pbegin (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c66 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse
201 p->pbegin[i] = 0;
319 p->pbegin[subno] = HERE();
532 p->pbegin[subno] = HERE();
562 assert(p->pbegin[i] != 0);
563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
565 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1349 if (p->pbegin[i] >= pos) {
1350 p->pbegin[i]++;
/external/sqlite/dist/orig/
H A Dsqlite3.c50616 int addr, pbegin, hdr; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c50629 int addr, pbegin, hdr; local
[all...]

Completed in 459 milliseconds