const regexp/syntax.InstFail
10 uses
regexp/syntax (current package)
compile.go#L82: c.inst(InstFail)
prog.go#L32: InstFail
prog.go#L175: case InstFail:
prog.go#L325: 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#L211: case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
onepass.go#L365: case syntax.InstMatch, syntax.InstFail:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |