const regexp/syntax.InstRune
18 uses
regexp/syntax (current package)
compile.go#L273: f := c.inst(InstRune)
prog.go#L35: InstRune
prog.go#L142: op = InstRune
prog.go#L154: if i.op() != InstRune || len(i.Rune) != 1 {
prog.go#L160: for i.op() == InstRune && len(i.Rune) == 1 && Flags(i.Arg)&FoldCase == 0 && i.Rune[0] != utf8.RuneError {
prog.go#L332: case InstRune:
regexp
backtrack.go#L196: case syntax.InstRune, syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
backtrack.go#L208: case syntax.InstRune:
exec.go#L294: case syntax.InstRune:
exec.go#L361: case syntax.InstMatch, syntax.InstRune, syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
exec.go#L457: case syntax.InstRune:
onepass.go#L53: if iop(i) != syntax.InstRune || len(i.Rune) != 1 {
onepass.go#L59: for iop(i) == syntax.InstRune && len(i.Rune) == 1 && syntax.Flags(i.Arg)&syntax.FoldCase == 0 && i.Rune[0] != utf8.RuneError {
onepass.go#L90: op = syntax.InstRune
onepass.go#L211: case syntax.InstAlt, syntax.InstAltMatch, syntax.InstRune:
onepass.go#L368: case syntax.InstRune:
onepass.go#L395: inst.Op = syntax.InstRune
onepass.go#L419: inst.Op = syntax.InstRune
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. |