Home
last modified time | relevance | path

Searched defs:SetInit (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dnode.go94 SetInit(x Nodes) methodSpec
Dstmt.go56 func (n *miniStmt) SetInit(x Nodes) { n.init = x } func
Dexpr.go55 func (n *miniExpr) SetInit(x Nodes) { n.init = x } func