const regexp/syntax.InstNop
11 uses
regexp/syntax (current package)
compile.go#L169: f := c.inst(InstNop)
prog.go#L34: InstNop
prog.go#L131: for i.Op == InstNop || i.Op == InstCapture {
prog.go#L180: case InstCapture, InstNop:
prog.go#L330: case InstNop:
regexp
backtrack.go#L267: case syntax.InstNop:
exec.go#L348: case syntax.InstNop:
exec.go#L477: case syntax.InstNop:
onepass.go#L48: for i.Op == syntax.InstNop {
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.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |