Home
last modified time | relevance | path

Searched refs:OTFUNC (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dalg.go197 tfn := nod(OTFUNC, nil, nil)
346 tfn := nod(OTFUNC, nil, nil)
367 tfn := nod(OTFUNC, nil, nil)
H A Dopnames.go141 OTFUNC: "TFUNC",
H A Dinit.go91 fn := dclfunc(initsym, nod(OTFUNC, nil, nil))
H A Dclosure.go209 xtype := nod(OTFUNC, nil, nil)
583 xtype := nod(OTFUNC, nil, nil)
H A Ddcl.go386 if nt.Op != OTFUNC {
1110 if tfn.Op != OTFUNC {
H A Dsyntax.go584 OTFUNC // func() const
H A Dsubr.go1687 t := nod(OTFUNC, nil, nil)
1796 tfn := nod(OTFUNC, nil, nil)
H A Dfmt.go1146 OTFUNC: 8,
1333 case OTFUNC:
H A Dnoder.go423 n := p.nod(typ, OTFUNC, nil, nil)
H A Dwalk.go3192 ntype := nod(OTFUNC, nil, nil)
3844 t := nod(OTFUNC, nil, nil)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dinit.go49 fn := dclfunc(initializers, nod(OTFUNC, nil, nil))
H A Dop_string.go144 _ = x[OTFUNC-133]
H A Dalg.go269 tfn := nod(OTFUNC, nil, nil)
499 tfn := nod(OTFUNC, nil, nil)
H A Ddcl.go394 if nt.Op != OTFUNC {
1007 if tfn.Op != OTFUNC {
H A Dclosure.go461 tfn := nod(OTFUNC, nil, nil)
H A Dsyntax.go775 OTFUNC // func() const
H A Dfmt.go1188 OTFUNC: 8,
1372 case OTFUNC:
H A Dsubr.go1513 tfn := nod(OTFUNC, nil, nil)
H A Dnoder.go533 n := p.nod(typ, OTFUNC, nil, nil)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dop_string.go149 _ = x[OTFUNC-138]
H A Dtype.go146 n.op = OTFUNC
H A Dnode.go300 OTFUNC const
H A Dfmt.go219 OTFUNC: 8,
700 case OTFUNC:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Ddcl.go20 if tfn.Op() != ir.OTFUNC {
346 if nt.Op() != ir.OTFUNC {
H A Dtypecheck.go562 case ir.OTFUNC:

12