Searched refs:OEND (Results 1 – 16 of 16) sorted by relevance
/external/libcups/vcnet/regex/ |
D | debug.c | 116 if (OP(g->strip[0]) != OEND) 121 case OEND:
|
D | regex2.h | 49 #define OEND (1<<OPSHIFT) /* endmarker - */ macro
|
D | regcomp.c | 153 EMIT(OEND, 0); 161 EMIT(OEND, 0); 1546 } while (OP(s) != OEND); 1599 } while (OP(s) != OEND);
|
D | engine.c | 272 case OEND: 830 case OEND:
|
/external/llvm-project/llvm/lib/Support/ |
D | regex2.h | 78 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
|
D | regcomp.c | 357 EMIT(OEND, 0); in llvm_regcomp() 365 EMIT(OEND, 0); in llvm_regcomp() 1648 } while (OP(s) != OEND); in findmust() 1698 } while (OP(s) != OEND); in pluscount()
|
D | regengine.inc | 140 const sopno gf = g->firststate+1; /* +1 for OEND */ 330 case OEND: 866 case OEND:
|
/external/llvm/lib/Support/ |
D | regex2.h | 75 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
|
D | regcomp.c | 229 EMIT(OEND, 0); in llvm_regcomp() 237 EMIT(OEND, 0); in llvm_regcomp() 1520 } while (OP(s) != OEND); in findmust() 1570 } while (OP(s) != OEND); in pluscount()
|
D | regengine.inc | 140 const sopno gf = g->firststate+1; /* +1 for OEND */ 330 case OEND: 866 case OEND:
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex2.h | 75 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
|
D | regcomp.c | 229 EMIT(OEND, 0); in llvm_regcomp() 237 EMIT(OEND, 0); in llvm_regcomp() 1520 } while (OP(s) != OEND); in findmust() 1570 } while (OP(s) != OEND); in pluscount()
|
D | regengine.inc | 140 const sopno gf = g->firststate+1; /* +1 for OEND */ 330 case OEND: 866 case OEND:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex2.h | 78 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
|
D | regcomp.c | 357 EMIT(OEND, 0); in llvm_regcomp() 365 EMIT(OEND, 0); in llvm_regcomp() 1648 } while (OP(s) != OEND); in findmust() 1698 } while (OP(s) != OEND); in pluscount()
|
D | regengine.inc | 140 const sopno gf = g->firststate+1; /* +1 for OEND */ 330 case OEND: 866 case OEND:
|