const regexp/syntax.InstAlt
15 uses
regexp/syntax (current package)
compile.go#L209: f := c.inst(InstAlt)
compile.go#L218: f := c.inst(InstAlt)
compile.go#L232: f := c.inst(InstAlt)
prog.go#L27: InstAlt InstOp = iota
prog.go#L315: 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#L210: case syntax.InstAlt, syntax.InstAltMatch, syntax.InstRune:
onepass.go#L240: case syntax.InstAlt, syntax.InstAltMatch:
onepass.go#L246: if !(instAlt.Op == syntax.InstAlt || instAlt.Op == syntax.InstAltMatch) {
onepass.go#L249: if !(instAlt.Op == syntax.InstAlt || instAlt.Op == syntax.InstAltMatch) {
onepass.go#L255: if instOther.Op == syntax.InstAlt || instOther.Op == syntax.InstAltMatch {
onepass.go#L322: case syntax.InstAlt, syntax.InstAltMatch:
onepass.go#L482: case syntax.InstAlt, syntax.InstAltMatch:
![]() |
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. |