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 D | alg.go | 197 tfn := nod(OTFUNC, nil, nil) 346 tfn := nod(OTFUNC, nil, nil) 367 tfn := nod(OTFUNC, nil, nil)
|
H A D | opnames.go | 141 OTFUNC: "TFUNC",
|
H A D | init.go | 91 fn := dclfunc(initsym, nod(OTFUNC, nil, nil))
|
H A D | closure.go | 209 xtype := nod(OTFUNC, nil, nil) 583 xtype := nod(OTFUNC, nil, nil)
|
H A D | dcl.go | 386 if nt.Op != OTFUNC { 1110 if tfn.Op != OTFUNC {
|
H A D | syntax.go | 584 OTFUNC // func() const
|
H A D | subr.go | 1687 t := nod(OTFUNC, nil, nil) 1796 tfn := nod(OTFUNC, nil, nil)
|
H A D | fmt.go | 1146 OTFUNC: 8, 1333 case OTFUNC:
|
H A D | noder.go | 423 n := p.nod(typ, OTFUNC, nil, nil)
|
H A D | walk.go | 3192 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 D | init.go | 49 fn := dclfunc(initializers, nod(OTFUNC, nil, nil))
|
H A D | op_string.go | 144 _ = x[OTFUNC-133]
|
H A D | alg.go | 269 tfn := nod(OTFUNC, nil, nil) 499 tfn := nod(OTFUNC, nil, nil)
|
H A D | dcl.go | 394 if nt.Op != OTFUNC { 1007 if tfn.Op != OTFUNC {
|
H A D | closure.go | 461 tfn := nod(OTFUNC, nil, nil)
|
H A D | syntax.go | 775 OTFUNC // func() const
|
H A D | fmt.go | 1188 OTFUNC: 8, 1372 case OTFUNC:
|
H A D | subr.go | 1513 tfn := nod(OTFUNC, nil, nil)
|
H A D | noder.go | 533 n := p.nod(typ, OTFUNC, nil, nil)
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/ |
H A D | op_string.go | 149 _ = x[OTFUNC-138]
|
H A D | type.go | 146 n.op = OTFUNC
|
H A D | node.go | 300 OTFUNC const
|
H A D | fmt.go | 219 OTFUNC: 8, 700 case OTFUNC:
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/ |
H A D | dcl.go | 20 if tfn.Op() != ir.OTFUNC { 346 if nt.Op() != ir.OTFUNC {
|
H A D | typecheck.go | 562 case ir.OTFUNC:
|
12