Searched refs:OTARRAY (Results 1 – 16 of 16) sorted by relevance
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/ |
H A D | opnames.go | 142 OTARRAY: "TARRAY",
|
H A D | noder.go | 457 typ.Op = OTARRAY 574 return p.nod(expr, OTARRAY, len, p.typeExpr(expr.Elem)) 576 return p.nod(expr, OTARRAY, nil, p.typeExpr(expr.Elem))
|
H A D | syntax.go | 585 OTARRAY // []int, [8]int, [N]int or [...]int const
|
H A D | fmt.go | 1144 OTARRAY: 8, 1301 case OTARRAY:
|
H A D | typecheck.go | 348 case OTARRAY:
|
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/ |
H A D | op_string.go | 145 _ = x[OTARRAY-134]
|
H A D | noder.go | 573 typ.Op = OTARRAY 680 return p.nod(expr, OTARRAY, len, p.typeExpr(expr.Elem)) 682 return p.nod(expr, OTARRAY, nil, p.typeExpr(expr.Elem))
|
H A D | syntax.go | 776 OTARRAY // []int, [8]int, [N]int or [...]int const
|
H A D | fmt.go | 1186 OTARRAY: 8, 1340 case OTARRAY:
|
H A D | typecheck.go | 408 case OTARRAY: 2777 if n.Right.Op == OTARRAY && n.Right.Left != nil && n.Right.Left.Op == ODDD {
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/ |
H A D | op_string.go | 150 _ = x[OTARRAY-139]
|
H A D | type.go | 273 n.op = OTARRAY
|
H A D | node.go | 301 OTARRAY // [8]int or [...]int const
|
H A D | fmt.go | 216 OTARRAY: 8, 665 case OTARRAY:
|
/dports/games/7kaa/7kaa-2.15.4p1/include/ |
H A D | Makefile.am | 133 OTARRAY.h \
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/ |
H A D | typecheck.go | 542 case ir.OTARRAY:
|