Home
last modified time | relevance | path

Searched refs:SetConstValue (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dtype.go353 n.SetConstValue(z)
385 n.SetConstValue(zero)
390 n.SetConstValue(one)
395 n.SetConstValue(zero)
400 n.SetConstValue(zero)
405 n.SetConstValue(zero)
647 n.SetConstValue(cv)
658 n.SetConstValue(btoi(cv.Sign() == 0))
790 n.SetConstValue(ncv)
990 n.SetConstValue(cv)
Dassert.go214 o.SetConstValue(n.ConstValue())
Dbounds.go75 zeroExpr.SetConstValue(zero)
1268 o.SetConstValue(cv)
1301 rhs.SetConstValue(cv)
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go343 func (n *Expr) SetConstValue(x *big.Int) { n.constValue = x } func