const regexp/syntax.InstCapture
10 uses
regexp/syntax (current package)
compile.go#L179: f := c.inst(InstCapture)
prog.go#L30: InstCapture
prog.go#L129: for i.Op == InstNop || i.Op == InstCapture {
prog.go#L178: case InstCapture, InstNop:
prog.go#L320: case InstCapture:
regexp
backtrack.go#L244: case syntax.InstCapture:
exec.go#L351: case syntax.InstCapture:
exec.go#L484: case syntax.InstCapture:
onepass.go#L212: case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
onepass.go#L349: case syntax.InstCapture, syntax.InstNop:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)