const regexp/syntax.InstAlt
15 uses
regexp/syntax (current package)
compile.go#L210: f := c.inst(InstAlt)
compile.go#L220: f := c.inst(InstAlt)
compile.go#L239: f := c.inst(InstAlt)
prog.go#L28: InstAlt InstOp = iota
prog.go#L318: case InstAlt:
regexp
backtrack.go#L173: case syntax.InstAlt:
exec.go#L339: case syntax.InstAlt, syntax.InstAltMatch:
exec.go#L472: case syntax.InstAlt, syntax.InstAltMatch:
onepass.go#L211: case syntax.InstAlt, syntax.InstAltMatch, syntax.InstRune:
onepass.go#L241: case syntax.InstAlt, syntax.InstAltMatch:
onepass.go#L247: if !(instAlt.Op == syntax.InstAlt || instAlt.Op == syntax.InstAltMatch) {
onepass.go#L250: if !(instAlt.Op == syntax.InstAlt || instAlt.Op == syntax.InstAltMatch) {
onepass.go#L256: if instOther.Op == syntax.InstAlt || instOther.Op == syntax.InstAltMatch {
onepass.go#L323: case syntax.InstAlt, syntax.InstAltMatch:
onepass.go#L483: case syntax.InstAlt, syntax.InstAltMatch:
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. |