Home
last modified time | relevance | path

Searched refs:isZeroConstant (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DFixedAddressChecker.cpp50 if (!RV.isConstant() || RV.isZeroConstant()) in checkPreStmt()
DArrayBoundChecker.cpp52 if (Idx.isZeroConstant()) in checkLocation()
DReturnPointerRangeChecker.cpp53 if (Idx.isZeroConstant()) in checkPreStmt()
DPointerArithChecker.cpp312 if (Idx.isZeroConstant()) in checkPreStmt()
DBasicObjCFoundationChecks.cpp1011 if (CollectionSentinel.isZeroConstant()) { in checkPostStmt()
DMallocChecker.cpp1025 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp433 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()
DSVals.cpp186 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
DSValBuilder.cpp481 return makeTruthVal(!val.isZeroConstant(), castTy); in evalCast()
DMemRegion.cpp202 if (Extent.isZeroConstant()) { in getExtent()
1161 if (!ER->getIndex().isZeroConstant()) in StripCasts()
DBugReporterVisitors.cpp1056 if (!DV->isZeroConstant() && LVState->isNull(*DV).isConstrainedTrue() && in trackNullOrUndefValue()
1689 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
DProgramState.cpp351 if (V.isZeroConstant()) in isNull()
DCallEvent.cpp104 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
DExprEngineC.cpp384 if (val.isZeroConstant()) in VisitCast()
DRegionStore.cpp1670 if (val.isZeroConstant()) in getBindingForDerivedDefaultValue()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h137 bool isZeroConstant() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5318 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local
5323 (isZeroConstant ? 0 : SrcAlign), in getMemcpyLoadsAndStores()
5371 (isZeroConstant || (VT.isInteger() && !VT.isVector()))) { in getMemcpyLoadsAndStores()