Searched refs:OEND (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A Dregex2.h72 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
136 sopno firststate; /* the initial OEND (normally 0) */
137 sopno laststate; /* the final OEND */
H A Dregcomp.c221 EMIT(OEND, 0);
229 EMIT(OEND, 0);
1499 } while (OP(s) != OEND);
1534 return(0); /* there may not be an OEND */
1549 } while (OP(s) != OEND);
H A Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
330 case OEND:
866 case OEND:

Completed in 62 milliseconds