Home
last modified time | relevance | path

Searched refs:OMAKESLICECOPY (Results 1 – 8 of 8) sorted by relevance

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dop_string.go86 _ = x[OMAKESLICECOPY-75]
H A Dnode.go207OMAKESLICECOPY // makeslicecopy(Type, Len, Cap) (type is slice; Len is length and Cap is the copie… const
H A Dfmt.go197 OMAKESLICECOPY: 8,
889 case OMAKESLICECOPY:
H A Dexpr.go408 case OMAKECHAN, OMAKEMAP, OMAKESLICE, OMAKESLICECOPY:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/staticinit/
H A Dsched.go593 case ir.OMAKESLICE, ir.OMAKESLICECOPY:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/walk/
H A Dorder.go429 mk.SetOp(ir.OMAKESLICECOPY)
1263 ir.OMAKESLICECOPY,
H A Dexpr.go281 case ir.OMAKESLICECOPY:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dtypecheck.go702 case ir.OMAKESLICECOPY: