type regexp/syntax.Inst

14 uses

	regexp/syntax (current package)
		compile.go#L163: 	c.p.Inst = append(c.p.Inst, Inst{Op: op})
		prog.go#L18: 	Inst   []Inst
		prog.go#L112: type Inst struct {
		prog.go#L126: func (p *Prog) skipNop(pc uint32) *Inst {
		prog.go#L135: func (i *Inst) op() InstOp {
		prog.go#L192: func (i *Inst) MatchRune(r rune) bool {
		prog.go#L201: func (i *Inst) MatchRunePos(r rune) int {
		prog.go#L263: func (i *Inst) MatchEmptyWidth(before rune, after rune) bool {
		prog.go#L281: func (i *Inst) String() string {
		prog.go#L313: 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#L31: 	syntax.Inst
		onepass.go#L85: func iop(i *syntax.Inst) syntax.InstOp {