const regexp/syntax.InstAltMatch
14 uses
regexp/syntax (current package)
prog.go#L28: InstAltMatch
prog.go#L317: case InstAltMatch:
regexp
backtrack.go#L193: case syntax.InstAltMatch:
exec.go#L339: case syntax.InstAlt, syntax.InstAltMatch:
exec.go#L472: case syntax.InstAlt, syntax.InstAltMatch:
onepass.go#L79: if i.Op == 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#L338: inst.Op = 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. |