const regexp/syntax.InstCapture
10 uses
regexp/syntax (current package)
compile.go#L179: f := c.inst(InstCapture)
prog.go#L30: InstCapture
prog.go#L131: for i.Op == InstNop || i.Op == InstCapture {
prog.go#L180: case InstCapture, InstNop:
prog.go#L322: case InstCapture:
regexp
backtrack.go#L242: 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#L342: case syntax.InstCapture, syntax.InstNop:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)