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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |