const regexp/syntax.InstMatch
19 uses
regexp/syntax (current package)
compile.go#L75: f.out.patch(c.p, c.inst(InstMatch).i)
prog.go#L32: InstMatch
prog.go#L155: return "", i.Op == InstMatch
prog.go#L164: return buf.String(), i.Op == InstMatch
prog.go#L326: case InstMatch:
regexp
backtrack.go#L271: case syntax.InstMatch:
exec.go#L278: case syntax.InstMatch:
exec.go#L361: case syntax.InstMatch, syntax.InstRune, syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
exec.go#L450: case syntax.InstMatch:
onepass.go#L44: return "", i.Op == syntax.InstMatch, uint32(p.Start)
onepass.go#L54: return "", i.Op == syntax.InstMatch, uint32(p.Start)
onepass.go#L65: p.Inst[i.Out].Op == syntax.InstMatch {
onepass.go#L212: case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
onepass.go#L366: case syntax.InstMatch, syntax.InstFail:
onepass.go#L367: m[pc] = inst.Op == syntax.InstMatch
onepass.go#L480: if opOut == syntax.InstMatch {
onepass.go#L484: if opOut == syntax.InstMatch || prog.Inst[inst.Arg].Op == syntax.InstMatch {
onepass.go#L488: if opOut == syntax.InstMatch {
|
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. |