Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dexpr.go120 func (n *AddrExpr) SetOp(op Op) { func
172 func (n *BinaryExpr) SetOp(op Op) { func
207 func (n *CallExpr) SetOp(op Op) { func
255 func (n *CompLitExpr) SetOp(op Op) { func
305 func (n *ConvExpr) SetOp(op Op) { func
330 func (n *IndexExpr) SetOp(op Op) { func
416 func (n *LogicalExpr) SetOp(op Op) { func
442 func (n *MakeExpr) SetOp(op Op) { func
553 func (n *SelectorExpr) SetOp(op Op) { func
598 func (n *SliceExpr) SetOp(op Op) { func
[all …]
Dstmt.go78 func (n *AssignListStmt) SetOp(op Op) { func
103 func (n *AssignStmt) SetOp(op Op) { func
167 func (n *BranchStmt) SetOp(op Op) { func
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmkl_util.h1786 void SetOp(const string& key, T* op) { in SetOp() function