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

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
gsubr.go 174 // nodarg returns a Node for the function argument denoted by t,
188 func nodarg(t interface{}, fp int) *Node { func
194 Fatalf("bad nodarg %T(%v)", t, t)
199 Fatalf("nodarg: bad type %v", t)
209 Fatalf("nodarg: bad struct")
212 Fatalf("nodarg: offset not computed for %v", t)
239 Fatalf("nodarg: unexpected node: %v (%p %v) vs %v (%p %v)", n, n, n.Op, t.Nname, t.Nname, t.Nname.Op)
246 Fatalf("nodarg: did not find node in dcl list: %v", expect)
257 Fatalf("nodarg: offset not computed for %v", t)
walk.go     [all...]
racewalk.go 416 OINDREGSP, // at this stage, only n(SP) nodes from nodarg
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gsubr.go 174 // nodarg returns a Node for the function argument denoted by t,
188 func nodarg(t interface{}, fp int) *Node { func
194 Fatalf("bad nodarg %T(%v)", t, t)
199 Fatalf("nodarg: bad type %v", t)
209 Fatalf("nodarg: bad struct")
212 Fatalf("nodarg: offset not computed for %v", t)
239 Fatalf("nodarg: unexpected node: %v (%p %v) vs %v (%p %v)", n, n, n.Op, t.Nname, t.Nname, t.Nname.Op)
246 Fatalf("nodarg: did not find node in dcl list: %v", expect)
257 Fatalf("nodarg: offset not computed for %v", t)
walk.go     [all...]
racewalk.go 416 OINDREGSP, // at this stage, only n(SP) nodes from nodarg
  /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 322 milliseconds