Searched refs:isZeroConstant (Results 1 – 15 of 15) sorted by relevance
50 if (!RV.isConstant() || RV.isZeroConstant()) in checkPreStmt()
52 if (Idx.isZeroConstant()) in checkLocation()
53 if (Idx.isZeroConstant()) in checkPreStmt()
1016 if (CollectionSentinel.isZeroConstant()) { in checkPostStmt()
1017 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
433 if (op == BO_EQ && rhs.isZeroConstant()) { in evalBinOpNN()620 if (rhs.isZeroConstant()) { in evalBinOpLL()673 if (lhs.isZeroConstant()) { in evalBinOpLL()703 if (rInt->isZeroConstant()) { in evalBinOpLL()864 if (rhs.isZeroConstant()) in evalBinOpLN()
186 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
437 return makeTruthVal(!val.isZeroConstant(), castTy); in evalCast()
206 if (Extent.isZeroConstant()) { in getExtent()1107 if (!ER->getIndex().isZeroConstant()) in StripCasts()
998 if (!DV->isZeroConstant() && LVState->isNull(*DV).isConstrainedTrue() && in trackNullOrUndefValue()1627 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
351 if (V.isZeroConstant()) in isNull()
104 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
373 if (val.isZeroConstant()) in VisitCast()
1670 if (val.isZeroConstant()) in getBindingForDerivedDefaultValue()
137 bool isZeroConstant() const;