const regexp/syntax.InstCapture

10 uses

	regexp/syntax (current package)
		compile.go#L178: 	f := c.inst(InstCapture)
		prog.go#L29: 	InstCapture
		prog.go#L128: 	for i.Op == InstNop || i.Op == InstCapture {
		prog.go#L177: 		case InstCapture, InstNop:
		prog.go#L319: 	case InstCapture:

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