HomeSort by relevance Sort by last modified time
    Searched full:caninl (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 5 // The inlining facility makes 2 passes: first caninl determines which
60 // Lazy typechecking of imported bodies. For local functions, caninl will set ->typecheck
68 // the ->inl of a local function has been typechecked before caninl copied it.
92 // Caninl determines whether fn is inlineable.
93 // If so, caninl saves fn->nbody in fn->inl and substitutes it with a copy.
95 func caninl(fn *Node) { func
97 Fatalf("caninl %v", fn)
100 Fatalf("caninl no nname %+v", fn)
141 Fatalf("caninl on non-typechecked function %v", fn)
645 caninl(c
    [all...]
main.go 565 caninl(n)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl.go 5 // The inlining facility makes 2 passes: first caninl determines which
60 // Lazy typechecking of imported bodies. For local functions, caninl will set ->typecheck
68 // the ->inl of a local function has been typechecked before caninl copied it.
92 // Caninl determines whether fn is inlineable.
93 // If so, caninl saves fn->nbody in fn->inl and substitutes it with a copy.
95 func caninl(fn *Node) { func
97 Fatalf("caninl %v", fn)
100 Fatalf("caninl no nname %+v", fn)
141 Fatalf("caninl on non-typechecked function %v", fn)
645 caninl(c
    [all...]
main.go 565 caninl(n)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
gc.a     [all...]

Completed in 756 milliseconds