const github.com/google/licensecheck/internal/match.instMatch

7 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L226: 	instMatch // completed match identified by arg
		rematch.go#L246: 		case instMatch:
		rematch.go#L278: 	return append(c.prog, reInst{op: instMatch, arg: m}), c.err
		rematch.go#L475: 			if inst.op == instMatch {
		rematch.go#L476: 				prog = append(prog, reInst{op: instMatch, arg: int32(i)})
		rematch.go#L552: 		case instWord, instAny, instMatch:
		rematch.go#L591: 		case instMatch: