Searched defs:SetVal (Results 1 – 5 of 5) sorted by relevance
84 func (n *miniNode) SetVal(v constant.Value) { panic(n.no("SetVal")) } func
266 func (n *Name) SetVal(v constant.Value) { func
45 SetVal(v constant.Value) methodSpec
148 func (n *BasicLit) SetVal(val constant.Value) { n.val = val } func
1751 TreePatternNode *SetVal = getChild(NC-1); in ApplyTypeConstraints() local