const regexp/syntax.InstCapture

10 uses

	regexp/syntax (current package)
		compile.go#L179: 	f := c.inst(InstCapture)
		prog.go#L30: 	InstCapture
		prog.go#L131: 	for i.Op == InstNop || i.Op == InstCapture {
		prog.go#L180: 		case InstCapture, InstNop:
		prog.go#L322: 	case InstCapture:

	regexp
		backtrack.go#L244: 		case syntax.InstCapture:
		exec.go#L351: 	case syntax.InstCapture:
		exec.go#L484: 		case syntax.InstCapture:
		onepass.go#L212: 		case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
		onepass.go#L349: 		case syntax.InstCapture, syntax.InstNop: