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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 124 #define OEND OPC(1) /* endmarker - */
188 sopno firststate; /* the initial OEND (normally 0) */
189 sopno laststate; /* the final OEND */
regcomp.c 303 EMIT(OEND, 0);
311 EMIT(OEND, 0);
    [all...]
engine.c 188 const sopno gf = g->firststate+1; /* +1 for OEND */
399 case OEND:
987 case OEND:
  /external/llvm/lib/Support/
regex2.h 75 #define OEND (1LU<<OPSHIFT) /* endmarker - */
139 sopno firststate; /* the initial OEND (normally 0) */
140 sopno laststate; /* the final OEND */
regcomp.c 229 EMIT(OEND, 0);
237 EMIT(OEND, 0);
    [all...]
regengine.inc 140 const sopno gf = g->firststate+1; /* +1 for OEND */
330 case OEND:
866 case OEND:
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 72 #define OEND (1LU<<OPSHIFT) /* endmarker - */
136 sopno firststate; /* the initial OEND (normally 0) */
137 sopno laststate; /* the final OEND */
regcomp.c 221 EMIT(OEND, 0);
229 EMIT(OEND, 0);
    [all...]
regengine.inc 140 const sopno gf = g->firststate+1; /* +1 for OEND */
330 case OEND:
866 case OEND:
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
opnames.go 168 OEND: "END",
bexport.go 1129 p.op(OEND)
1149 p.op(OEND)
    [all...]
go.go 200 okfor [OEND][]bool
201 iscmp [OEND]bool
bimport.go 1131 case OEND:
fmt.go 1107 OEND: 0,
    [all...]
syntax.go 505 OEND
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
opnames.go 168 OEND: "END",
bexport.go 1129 p.op(OEND)
1149 p.op(OEND)
    [all...]
go.go 200 okfor [OEND][]bool
201 iscmp [OEND]bool
bimport.go 1131 case OEND:
fmt.go 1107 OEND: 0,
    [all...]
syntax.go 505 OEND

Completed in 1396 milliseconds