github.com/google/licensecheck/internal/match.reInst.op (field)

19 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L212: 	op  instOp
		rematch.go#L237: 		switch inst.op {
		rematch.go#L278: 	return append(c.prog, reInst{op: instMatch, arg: m}), c.err
		rematch.go#L292: 			c.prog = append(c.prog, reInst{op: instWord, arg: int32(w)})
		rematch.go#L313: 		c.prog = append(c.prog, reInst{op: instAlt})
		rematch.go#L331: 				c.prog = append(c.prog, reInst{op: instAlt})
		rematch.go#L339: 				c.prog = append(c.prog, reInst{op: instJump})
		rematch.go#L367: 			c.prog = append(c.prog, reInst{op: instAlt, arg: int32(end - (len(c.prog) + 1))})
		rematch.go#L368: 			c.prog = append(c.prog, reInst{op: instAny})
		rematch.go#L387: 	c.prog = append(c.prog, reInst{op: instCut, arg: int32(cut.start - (len(c.prog) + 1))})
		rematch.go#L471: 			prog = append(prog, reInst{op: instAlt})
		rematch.go#L475: 			if inst.op == instMatch {
		rematch.go#L476: 				prog = append(prog, reInst{op: instMatch, arg: int32(i)})
		rematch.go#L522: 	switch prog[pc].op {
		rematch.go#L541: 		if prog[pc].op == instCut {
		rematch.go#L551: 		switch prog[pc].op {
		rematch.go#L571: 		switch inst.op {
		rematch.go#L590: 		switch inst.op {
		rematch.go#L611: 		switch inst.op {