func regexp/syntax.makePatchList

9 uses

	regexp/syntax (current package)
		compile.go#L23: func makePatchList(n uint32) patchList {
		compile.go#L169: 	f.out = makePatchList(f.i << 1)
		compile.go#L179: 	f.out = makePatchList(f.i << 1)
		compile.go#L222: 		f.out = makePatchList(f.i << 1)
		compile.go#L225: 		f.out = makePatchList(f.i<<1 | 1)
		compile.go#L236: 		f.out = makePatchList(f.i << 1)
		compile.go#L239: 		f.out = makePatchList(f.i<<1 | 1)
		compile.go#L252: 	f.out = makePatchList(f.i << 1)
		compile.go#L266: 	f.out = makePatchList(f.i << 1)