Home
last modified time | relevance | path

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 Dopnames.go142 OTARRAY: "TARRAY",
H A Dnoder.go457 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 Dsyntax.go585 OTARRAY // []int, [8]int, [N]int or [...]int const
H A Dfmt.go1144 OTARRAY: 8,
1301 case OTARRAY:
H A Dtypecheck.go348 case OTARRAY:
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dop_string.go145 _ = x[OTARRAY-134]
H A Dnoder.go573 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 Dsyntax.go776 OTARRAY // []int, [8]int, [N]int or [...]int const
H A Dfmt.go1186 OTARRAY: 8,
1340 case OTARRAY:
H A Dtypecheck.go408 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 Dop_string.go150 _ = x[OTARRAY-139]
H A Dtype.go273 n.op = OTARRAY
H A Dnode.go301 OTARRAY // [8]int or [...]int const
H A Dfmt.go216 OTARRAY: 8,
665 case OTARRAY:
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DMakefile.am133 OTARRAY.h \
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dtypecheck.go542 case ir.OTARRAY: