regexp/syntax.compiler.inst (method)

10 uses

	regexp/syntax (current package)
		compile.go#L74: 	f.out.patch(c.p, c.inst(InstMatch).i)
		compile.go#L82: 	c.inst(InstFail)
		compile.go#L160: func (c *compiler) inst(op InstOp) frag {
		compile.go#L168: 	f := c.inst(InstNop)
		compile.go#L178: 	f := c.inst(InstCapture)
		compile.go#L209: 	f := c.inst(InstAlt)
		compile.go#L218: 	f := c.inst(InstAlt)
		compile.go#L232: 	f := c.inst(InstAlt)
		compile.go#L250: 	f := c.inst(InstEmptyWidth)
		compile.go#L257: 	f := c.inst(InstRune)