Searched defs:SetOp (Results 1 – 3 of 3) sorted by relevance
120 func (n *AddrExpr) SetOp(op Op) { func172 func (n *BinaryExpr) SetOp(op Op) { func207 func (n *CallExpr) SetOp(op Op) { func255 func (n *CompLitExpr) SetOp(op Op) { func305 func (n *ConvExpr) SetOp(op Op) { func330 func (n *IndexExpr) SetOp(op Op) { func416 func (n *LogicalExpr) SetOp(op Op) { func442 func (n *MakeExpr) SetOp(op Op) { func553 func (n *SelectorExpr) SetOp(op Op) { func598 func (n *SliceExpr) SetOp(op Op) { func[all …]
78 func (n *AssignListStmt) SetOp(op Op) { func103 func (n *AssignStmt) SetOp(op Op) { func167 func (n *BranchStmt) SetOp(op Op) { func
1786 void SetOp(const string& key, T* op) { in SetOp() function