Home
last modified time | relevance | path

Searched refs:CompLitExpr (Results 1 – 16 of 16) sorted by relevance

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/walk/
H A Dcomplit.go22 n := n.(*ir.CompLitExpr) // not OPTRLIT
98 n := n.(*ir.CompLitExpr)
114 lit := n.(*ir.CompLitExpr)
138 n := n.(*ir.CompLitExpr)
149 n := n.(*ir.CompLitExpr)
240 value := value.(*ir.CompLitExpr)
247 value := value.(*ir.CompLitExpr)
386 value := value.(*ir.CompLitExpr)
554 n := n.(*ir.CompLitExpr)
591 n := n.(*ir.CompLitExpr)
[all …]
H A Dorder.go336 n := n.(*ir.CompLitExpr)
344 n := n.(*ir.CompLitExpr)
1333 n := n.(*ir.CompLitExpr)
1396 n := n.(*ir.CompLitExpr)
H A Dexpr.go423 n := n.(*ir.CompLitExpr)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/staticinit/
H A Dsched.go156 r := r.(*ir.CompLitExpr)
162 r := r.(*ir.CompLitExpr)
268 r := r.(*ir.CompLitExpr)
282 r := r.(*ir.CompLitExpr)
384 n := n.(*ir.CompLitExpr)
400 n := n.(*ir.CompLitExpr)
413 n := n.(*ir.CompLitExpr)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dexpr.go199 type CompLitExpr struct { struct
208 func NewCompLitExpr(pos src.XPos, op Op, typ Ntype, list []Node) *CompLitExpr {
209 n := &CompLitExpr{Ntype: typ}
217 func (n *CompLitExpr) Implicit() bool { return n.flags&miniExprImplicit != 0 } argument
218 func (n *CompLitExpr) SetImplicit(b bool) { n.flags.set(miniExprImplicit, b) } argument
220 func (n *CompLitExpr) SetOp(op Op) { argument
773 n := n.(*CompLitExpr)
785 n := n.(*CompLitExpr)
H A Dnode_gen.go378 func (n *CompLitExpr) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
379 func (n *CompLitExpr) copy() Node {
385 func (n *CompLitExpr) doChildren(do func(Node) bool) bool {
400 func (n *CompLitExpr) editChildren(edit func(Node) Node) {
H A Dfmt.go712 n := n.(*CompLitExpr)
737 n := n.(*CompLitExpr)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/escape/
H A Dexpr.go186 n := n.(*ir.CompLitExpr)
195 n := n.(*ir.CompLitExpr)
206 n := n.(*ir.CompLitExpr)
212 n := n.(*ir.CompLitExpr)
H A Descape.go328 n := n.(*ir.CompLitExpr)
H A Dcall.go355 list := arg.(*ir.CompLitExpr).List
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dtypecheck.go676 return tcCompLit(n.(*ir.CompLitExpr))
1557 n := nn.(*ir.CompLitExpr)
H A Diexport.go1861 n := n.(*ir.CompLitExpr)
1868 n := n.(*ir.CompLitExpr)
H A Dexpr.go202 func tcCompLit(n *ir.CompLitExpr) (res ir.Node) { argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dtransform.go927 func transformCompLit(n *ir.CompLitExpr) (res ir.Node) { argument
H A Dstencil.go1035 transformCompLit(m.(*ir.CompLitExpr))
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssagen/
H A Dssa.go3221 n := n.(*ir.CompLitExpr)