regexp/syntax.frag.out (field)
20 uses
regexp/syntax (current package)
compile.go#L61: out patchList // where to record end instruction
compile.go#L74: f.out.patch(c.p, c.inst(InstMatch).i)
compile.go#L169: f.out = makePatchList(f.i << 1)
compile.go#L179: f.out = makePatchList(f.i << 1)
compile.go#L196: f1.out.patch(c.p, f2.i)
compile.go#L197: return frag{f1.i, f2.out}
compile.go#L213: f.out = f1.out.append(c.p, f2.out)
compile.go#L222: f.out = makePatchList(f.i << 1)
compile.go#L225: f.out = makePatchList(f.i<<1 | 1)
compile.go#L227: f.out = f.out.append(c.p, f1.out)
compile.go#L236: f.out = makePatchList(f.i << 1)
compile.go#L239: f.out = makePatchList(f.i<<1 | 1)
compile.go#L241: f1.out.patch(c.p, f.i)
compile.go#L246: return frag{f1.i, c.star(f1, nongreedy).out}
compile.go#L252: f.out = makePatchList(f.i << 1)
compile.go#L266: f.out = makePatchList(f.i << 1)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)