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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 130 #define OBACK_ OPC(7) /* begin \d paren number */
engine.c 414 case OBACK_:
671 case OBACK_: /* the vilest depths */
1021 case OBACK_: /* ignored here */
regcomp.c 681 EMIT(OBACK_, i);
    [all...]
  /external/llvm/lib/Support/
regex2.h 81 #define OBACK_ (7LU<<OPSHIFT) /* begin \d paren number */
regengine.inc 345 case OBACK_:
583 case OBACK_: /* the vilest depths */
900 case OBACK_: /* ignored here */
regcomp.c 398 EMIT(OBACK_, backrefnum);
597 EMIT(OBACK_, i);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 78 #define OBACK_ (7LU<<OPSHIFT) /* begin \d paren number */
regengine.inc 345 case OBACK_:
583 case OBACK_: /* the vilest depths */
900 case OBACK_: /* ignored here */
regcomp.c 561 EMIT(OBACK_, i);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 81 #define OBACK_ (7LU<<OPSHIFT) /* begin \d paren number */
regengine.inc 345 case OBACK_:
583 case OBACK_: /* the vilest depths */
900 case OBACK_: /* ignored here */
regcomp.c 398 EMIT(OBACK_, backrefnum);
597 EMIT(OBACK_, i);
    [all...]

Completed in 993 milliseconds