const regexp/syntax.InstFail
10 uses
regexp/syntax (current package)
compile.go#L83: c.inst(InstFail)
prog.go#L33: InstFail
prog.go#L178: case InstFail:
prog.go#L328: case InstFail:
regexp
backtrack.go#L134: if re.prog.Inst[pc].Op != syntax.InstFail && (arg || b.shouldVisit(pc, pos)) {
backtrack.go#L171: case syntax.InstFail:
exec.go#L337: case syntax.InstFail:
exec.go#L475: case syntax.InstFail:
onepass.go#L212: case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
onepass.go#L366: case syntax.InstMatch, syntax.InstFail:
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. |