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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 131 #define O_BACK OPC(8) /* end \d paren number */
engine.c 415 case O_BACK:
686 while (m->g->strip[ss] != SOP(O_BACK, i))
1022 case O_BACK:
regcomp.c 688 EMIT(O_BACK, i);
    [all...]
  /external/llvm/lib/Support/
regex2.h 82 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */
regengine.inc 346 case O_BACK:
598 while (m->g->strip[ss] != SOP(O_BACK, i))
901 case O_BACK:
regcomp.c 403 EMIT(O_BACK, backrefnum);
602 EMIT(O_BACK, i);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 79 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */
regengine.inc 346 case O_BACK:
598 while (m->g->strip[ss] != SOP(O_BACK, i))
901 case O_BACK:
regcomp.c 566 EMIT(O_BACK, i);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regex2.h 85 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */
regengine.inc 346 case O_BACK:
598 while (m->g->strip[ss] != SOP(O_BACK, i))
901 case O_BACK:
regcomp.c 530 EMIT(O_BACK, backrefnum);
729 EMIT(O_BACK, i);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 82 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */
regengine.inc 346 case O_BACK:
598 while (m->g->strip[ss] != SOP(O_BACK, i))
901 case O_BACK:
regcomp.c 403 EMIT(O_BACK, backrefnum);
602 EMIT(O_BACK, i);
    [all...]

Completed in 60 milliseconds