Searched refs:O_BACK (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/llvm/lib/Support/ |
D | regex2.h | 85 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */ macro
|
D | regcomp.c | 531 EMIT(O_BACK, backrefnum); in p_ere_exp() 730 EMIT(O_BACK, i); in p_simp_re()
|
D | regengine.inc | 346 case O_BACK: 598 while (m->g->strip[ss] != SOP(O_BACK, i)) 901 case O_BACK:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex2.h | 85 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */ macro
|
D | regcomp.c | 531 EMIT(O_BACK, backrefnum); in p_ere_exp() 730 EMIT(O_BACK, i); in p_simp_re()
|
D | regengine.inc | 346 case O_BACK: 598 while (m->g->strip[ss] != SOP(O_BACK, i)) 901 case O_BACK:
|
/external/llvm/lib/Support/ |
D | regex2.h | 82 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */ macro
|
D | regcomp.c | 403 EMIT(O_BACK, backrefnum); in p_ere_exp() 602 EMIT(O_BACK, i); in p_simp_re()
|
D | regengine.inc | 346 case O_BACK: 598 while (m->g->strip[ss] != SOP(O_BACK, i)) 901 case O_BACK:
|
/external/libcups/vcnet/regex/ |
D | regex2.h | 56 #define O_BACK (8<<OPSHIFT) /* end \d paren number */ macro
|
D | debug.c | 169 case O_BACK:
|
D | engine.c | 288 case O_BACK: 538 while (m->g->strip[ss] != SOP(O_BACK, i)) 865 case O_BACK:
|
D | regcomp.c | 510 EMIT(O_BACK, i);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex2.h | 82 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */ macro
|
D | regcomp.c | 403 EMIT(O_BACK, backrefnum); in p_ere_exp() 602 EMIT(O_BACK, i); in p_simp_re()
|
D | regengine.inc | 346 case O_BACK: 598 while (m->g->strip[ss] != SOP(O_BACK, i)) 901 case O_BACK:
|