const regexp/syntax.InstMatch
19 uses
regexp/syntax (current package)
compile.go#L74: f.out.patch(c.p, c.inst(InstMatch).i)
prog.go#L31: InstMatch
prog.go#L152: return "", i.Op == InstMatch
prog.go#L161: return buf.String(), i.Op == InstMatch
prog.go#L323: 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#L43: return "", i.Op == syntax.InstMatch, uint32(p.Start)
onepass.go#L53: return "", i.Op == syntax.InstMatch, uint32(p.Start)
onepass.go#L64: p.Inst[i.Out].Op == syntax.InstMatch {
onepass.go#L211: case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
onepass.go#L365: case syntax.InstMatch, syntax.InstFail:
onepass.go#L366: m[pc] = inst.Op == syntax.InstMatch
onepass.go#L479: if opOut == syntax.InstMatch {
onepass.go#L483: if opOut == syntax.InstMatch || prog.Inst[inst.Arg].Op == syntax.InstMatch {
onepass.go#L487: if opOut == syntax.InstMatch {
 |
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. |