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

  /external/llvm/lib/Support/
regcomp.c 315 sopno subno; local
326 subno = p->g->nsub;
327 if (subno < NPAREN)
328 p->pbegin[subno] = HERE();
329 EMIT(OLPAREN, subno);
332 if (subno < NPAREN) {
333 p->pend[subno] = HERE();
334 assert(p->pend[subno] != 0);
336 EMIT(ORPAREN, subno);
540 sopno subno; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 306 sopno subno; local
317 subno = p->g->nsub;
318 if (subno < NPAREN)
319 p->pbegin[subno] = HERE();
320 EMIT(OLPAREN, subno);
323 if (subno < NPAREN) {
324 p->pend[subno] = HERE();
325 assert(p->pend[subno] != 0);
327 EMIT(ORPAREN, subno);
504 sopno subno; local
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 315 sopno subno; local
326 subno = p->g->nsub;
327 if (subno < NPAREN)
328 p->pbegin[subno] = HERE();
329 EMIT(OLPAREN, subno);
332 if (subno < NPAREN) {
333 p->pend[subno] = HERE();
334 assert(p->pend[subno] != 0);
336 EMIT(ORPAREN, subno);
540 sopno subno; local
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 402 sopno subno; local
415 subno = p->g->nsub;
416 if (subno < NPAREN)
417 p->pbegin[subno] = HERE();
418 EMIT(OLPAREN, subno);
421 if (subno < NPAREN) {
422 p->pend[subno] = HERE();
423 assert(p->pend[subno] != 0);
425 EMIT(ORPAREN, subno);
622 sopno subno; local
    [all...]

Completed in 158 milliseconds