/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
writebarrier.go | 77 // lazily initialize global values for write barrier test and calls
|
likelyadjust.go | 82 // Record which of the lazily initialized fields have actually been initialized.
|
rewrite.go | 192 // memory state. It is lazily initialized.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
branches.go | 54 labels map[string]*label // all label declarations inside the function; allocated lazily
|
/prebuilts/go/darwin-x86/src/go/types/ |
initorder.go | 182 pred, succ nodeSet // consumers and dependencies of this node (lazily initialized)
|
lookup.go | 79 // Named types that we have seen already, allocated lazily.
|
resolver.go | 29 deps objSet // lazily initialized
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
writebarrier.go | 77 // lazily initialize global values for write barrier test and calls
|
likelyadjust.go | 82 // Record which of the lazily initialized fields have actually been initialized.
|
rewrite.go | 192 // memory state. It is lazily initialized.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
branches.go | 54 labels map[string]*label // all label declarations inside the function; allocated lazily
|
/prebuilts/go/linux-x86/src/go/types/ |
initorder.go | 182 pred, succ nodeSet // consumers and dependencies of this node (lazily initialized)
|
lookup.go | 79 // Named types that we have seen already, allocated lazily.
|
/prebuilts/go/darwin-x86/src/regexp/ |
exec.go | 42 b *bitState // state for backtracker, allocated lazily
|
/prebuilts/go/darwin-x86/src/strings/ |
replace.go | 416 var buf []byte // lazily allocated
|
/prebuilts/go/linux-x86/src/regexp/ |
exec.go | 42 b *bitState // state for backtracker, allocated lazily
|
/prebuilts/go/linux-x86/src/strings/ |
replace.go | 416 var buf []byte // lazily allocated
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
bexport.go | 680 // When lazily typechecking inlined bodies, some [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
bexport.go | 680 // When lazily typechecking inlined bodies, some [all...] |
/prebuilts/go/darwin-x86/src/cmd/api/ |
goapi.go | 47 nextFile = flag.String("next", "", "optional filename of tentative upcoming API features for the next release. This file can be lazily maintained. It only affects the delta warnings from the -c file printed on success.")
|
/prebuilts/go/darwin-x86/src/cmd/fix/ |
typecheck.go | 262 // Copy map lazily: it's time.
|
/prebuilts/go/darwin-x86/src/context/ |
context.go | 320 done chan struct{} // created lazily, closed by first cancel call
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
path.go | 21 // A lazybuf is a lazily constructed path buffer.
|
/prebuilts/go/linux-x86/src/cmd/api/ |
goapi.go | 47 nextFile = flag.String("next", "", "optional filename of tentative upcoming API features for the next release. This file can be lazily maintained. It only affects the delta warnings from the -c file printed on success.")
|
/prebuilts/go/linux-x86/src/cmd/fix/ |
typecheck.go | 262 // Copy map lazily: it's time.
|