HomeSort by relevance Sort by last modified time
    Searched refs:SetVal (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 214 n.SetVal(toint(n.Val()))
298 n.SetVal(Val{new(Mpint)})
321 n.SetVal(toint(n.Val()))
333 n.SetVal(toflt(n.Val()))
337 n.SetVal(Val{truncfltlit(n.Val().U.(*Mpflt), t)})
345 n.SetVal(tocplx(n.Val()))
352 n.SetVal(tostr(n.Val()))
613 nl.SetVal(Val{strings.Join(strs, "")})
621 n.SetVal(s[0].Val())
820 nl.SetVal(toint(nl.Val())
    [all...]
syntax.go 141 // SetVal sets the Val for the node, which must not have been used with SetOpt.
142 func (n *Node) SetVal(v Val) {
160 // SetOpt sets the optimizer data for the node, which must not have been used with SetVal.
subr.go 428 c.SetVal(Val{new(Mpint)})
438 c.SetVal(Val{newMpflt()})
450 n.SetVal(Val{new(Mpint)})
461 c.SetVal(Val{new(NilVal)})
468 c.SetVal(Val{b})
    [all...]
typecheck.go     [all...]
noder.go 493 n.SetVal(p.basicLit(expr.TagList[i]))
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 214 n.SetVal(toint(n.Val()))
298 n.SetVal(Val{new(Mpint)})
321 n.SetVal(toint(n.Val()))
333 n.SetVal(toflt(n.Val()))
337 n.SetVal(Val{truncfltlit(n.Val().U.(*Mpflt), t)})
345 n.SetVal(tocplx(n.Val()))
352 n.SetVal(tostr(n.Val()))
613 nl.SetVal(Val{strings.Join(strs, "")})
621 n.SetVal(s[0].Val())
820 nl.SetVal(toint(nl.Val())
    [all...]
syntax.go 141 // SetVal sets the Val for the node, which must not have been used with SetOpt.
142 func (n *Node) SetVal(v Val) {
160 // SetOpt sets the optimizer data for the node, which must not have been used with SetVal.
subr.go 428 c.SetVal(Val{new(Mpint)})
438 c.SetVal(Val{newMpflt()})
450 n.SetVal(Val{new(Mpint)})
461 c.SetVal(Val{new(NilVal)})
468 c.SetVal(Val{b})
    [all...]
typecheck.go     [all...]
noder.go 493 n.SetVal(p.basicLit(expr.TagList[i]))
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 543 milliseconds