Searched refs:OLPAREN (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/llvm/lib/Support/ |
D | regex2.h | 90 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */ macro
|
D | regcomp.c | 457 EMIT(OLPAREN, subno); in p_ere_exp() 528 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 697 EMIT(OLPAREN, subno); in p_simp_re() 727 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 1623 case OLPAREN: in findmust()
|
D | regengine.inc | 459 case OLPAREN: 646 case OLPAREN: /* must undo assignment if rest fails */ 924 case OLPAREN: /* not significant here */
|
/external/libcups/vcnet/regex/ |
D | regex2.h | 61 #define OLPAREN (13<<OPSHIFT) /* ( fwd to ) */ macro
|
D | debug.c | 192 case OLPAREN:
|
D | regcomp.c | 257 EMIT(OLPAREN, subno); 477 EMIT(OLPAREN, subno); 507 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); 1521 case OLPAREN:
|
D | engine.c | 394 case OLPAREN: 586 case OLPAREN: /* must undo assignment if rest fails */ 888 case OLPAREN: /* not significant here */
|
/external/llvm/lib/Support/ |
D | regex2.h | 87 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */ macro
|
D | regcomp.c | 329 EMIT(OLPAREN, subno); in p_ere_exp() 400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 569 EMIT(OLPAREN, subno); in p_simp_re() 599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 1495 case OLPAREN: in findmust()
|
D | 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/ |
D | regex2.h | 87 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */ macro
|
D | regcomp.c | 329 EMIT(OLPAREN, subno); in p_ere_exp() 400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 569 EMIT(OLPAREN, subno); in p_simp_re() 599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 1495 case OLPAREN: in findmust()
|
D | 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-10.0/llvm/lib/Support/ |
D | regex2.h | 90 #define OLPAREN (13LU<<OPSHIFT) /* ( fwd to ) */ macro
|
D | regcomp.c | 457 EMIT(OLPAREN, subno); in p_ere_exp() 528 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 697 EMIT(OLPAREN, subno); in p_simp_re() 727 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 1623 case OLPAREN: in findmust()
|
D | regengine.inc | 459 case OLPAREN: 646 case OLPAREN: /* must undo assignment if rest fails */ 924 case OLPAREN: /* not significant here */
|