Home
last modified time | relevance | path

Searched defs:SetVal (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dmini.go84 func (n *miniNode) SetVal(v constant.Value) { panic(n.no("SetVal")) } func
Dname.go266 func (n *Name) SetVal(v constant.Value) { func
Dnode.go45 SetVal(v constant.Value) methodSpec
Dexpr.go148 func (n *BasicLit) SetVal(val constant.Value) { n.val = val } func
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1751 TreePatternNode *SetVal = getChild(NC-1); in ApplyTypeConstraints() local