HomeSort by relevance Sort by last modified time
    Searched refs:lazily (Results 26 - 50 of 71) sorted by null

12 3

  /prebuilts/go/linux-x86/src/go/types/
initorder.go 182 pred, succ nodeSet // consumers and dependencies of this node (lazily initialized)
lookup.go 87 // named types that we have seen already, allocated lazily
resolver.go 28 deps objSet // lazily initialized
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bexport.go 613 // when lazily typechecking inlined bodies, some re-exported ones may not have been typechecked yet.
623 var errorInterface *Type // lazily initialized
    [all...]
main.go 405 // otherwise lazily when used or re-exported.
type.go 383 // TODO(josharian): lazily initialize some of these?
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 72 // Record which of the lazily initialized fields have actually been initialized.
rewrite.go 184 // memory state. It is lazily initialized.
  /prebuilts/go/darwin-x86/src/go/types/
lookup.go 87 // named types that we have seen already, allocated lazily
resolver.go 28 deps objSet // lazily initialized
  /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/cmd/compile/internal/gc/
bexport.go 613 // when lazily typechecking inlined bodies, some re-exported ones may not have been typechecked yet.
623 var errorInterface *Type // lazily initialized
    [all...]
main.go 405 // otherwise lazily when used or re-exported.
type.go 383 // TODO(josharian): lazily initialize some of these?
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 72 // Record which of the lazily initialized fields have actually been initialized.
rewrite.go 184 // memory state. It is lazily initialized.
  /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/api/
goapi.go 35 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 191 // Copy map lazily: it's time.
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 16 // A lazybuf is a lazily constructed path buffer.
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 35 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 191 // Copy map lazily: it's time.
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 16 // A lazybuf is a lazily constructed path buffer.

Completed in 3690 milliseconds

12 3