type regexp/syntax.Inst
14 uses
regexp/syntax (current package)
compile.go#L164: c.p.Inst = append(c.p.Inst, Inst{Op: op})
prog.go#L19: Inst []Inst
prog.go#L113: type Inst struct {
prog.go#L127: func (p *Prog) skipNop(pc uint32) *Inst {
prog.go#L136: func (i *Inst) op() InstOp {
prog.go#L193: func (i *Inst) MatchRune(r rune) bool {
prog.go#L202: func (i *Inst) MatchRunePos(r rune) int {
prog.go#L264: func (i *Inst) MatchEmptyWidth(before rune, after rune) bool {
prog.go#L282: func (i *Inst) String() string {
prog.go#L314: func dumpInst(b *strings.Builder, i *Inst) {
regexp
exec.go#L33: inst *syntax.Inst
exec.go#L104: func (m *machine) alloc(i *syntax.Inst) *thread {
onepass.go#L32: syntax.Inst
onepass.go#L86: func iop(i *syntax.Inst) syntax.InstOp {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)