const regexp/syntax.InstEmptyWidth

13 uses

	regexp/syntax (current package)
		compile.go#L250: 	f := c.inst(InstEmptyWidth)
		prog.go#L30: 	InstEmptyWidth
		prog.go#L173: 		case InstEmptyWidth:
		prog.go#L321: 	case InstEmptyWidth:

	regexp
		backtrack.go#L259: 		case syntax.InstEmptyWidth:
		exec.go#L343: 	case syntax.InstEmptyWidth:
		exec.go#L479: 		case syntax.InstEmptyWidth:
		onepass.go#L42: 	if i.Op != syntax.InstEmptyWidth || (syntax.EmptyOp(i.Arg))&syntax.EmptyBeginText == 0 {
		onepass.go#L62: 	if i.Op == syntax.InstEmptyWidth &&
		onepass.go#L211: 		case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
		onepass.go#L357: 		case syntax.InstEmptyWidth:
		onepass.go#L470: 	if prog.Inst[prog.Start].Op != syntax.InstEmptyWidth ||
		onepass.go#L486: 		case syntax.InstEmptyWidth: