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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 136 #define OLPAREN OPC(13) /* ( fwd to ) */
engine.c 536 case OLPAREN:
733 case OLPAREN: /* must undo assignment if rest fails */
1045 case OLPAREN: /* not significant here */
regcomp.c 418 EMIT(OLPAREN, subno);
655 EMIT(OLPAREN, subno);
685 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
    [all...]
  /external/llvm/lib/Support/
regex2.h 87 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */
regcomp.c 329 EMIT(OLPAREN, subno);
400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
569 EMIT(OLPAREN, subno);
599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
    [all...]
regengine.inc 459 case OLPAREN:
646 case OLPAREN: /* must undo assignment if rest fails */
924 case OLPAREN: /* not significant here */
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 84 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */
regcomp.c 320 EMIT(OLPAREN, subno);
533 EMIT(OLPAREN, subno);
563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
    [all...]
regengine.inc 459 case OLPAREN:
646 case OLPAREN: /* must undo assignment if rest fails */
924 case OLPAREN: /* not significant here */
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regex2.h 90 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */
regcomp.c 456 EMIT(OLPAREN, subno);
527 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
696 EMIT(OLPAREN, subno);
726 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
    [all...]
regengine.inc 459 case OLPAREN:
646 case OLPAREN: /* must undo assignment if rest fails */
924 case OLPAREN: /* not significant here */
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 87 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */
regcomp.c 329 EMIT(OLPAREN, subno);
400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
569 EMIT(OLPAREN, subno);
599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
    [all...]
regengine.inc 459 case OLPAREN:
646 case OLPAREN: /* must undo assignment if rest fails */
924 case OLPAREN: /* not significant here */

Completed in 123 milliseconds