Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp78 if (ElementSize.isZeroConstant()) in getDynamicElementCount()
114 if (ElementSize.isZeroConstant()) in getDynamicElementCountWithOffset()
H A DSimpleSValBuilder.cpp616 if (op == BO_EQ && rhs.isZeroConstant()) { in evalBinOpNN()
836 if (rhs.isZeroConstant()) { in evalBinOpLL()
890 if (lhs.isZeroConstant()) { in evalBinOpLL()
922 if (rInt->isZeroConstant()) { in evalBinOpLL()
1115 if (rhs.isZeroConstant()) in evalBinOpLN()
1119 if (lhs.isZeroConstant()) in evalBinOpLN()
H A DSVals.cpp257 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
H A DBugReporterVisitors.cpp2348 if (!DV->isZeroConstant() && Opts.EnableNullFPSuppression) in handle()
2560 if (!BO || !BO->isMultiplicativeOp() || !V.isZeroConstant()) in handle()
2568 if (LHSV.isZeroConstant()) in handle()
2570 if (RHSV.isZeroConstant()) in handle()
2573 if (LHSV.isZeroConstant()) in handle()
3399 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
H A DStore.cpp450 if (Offset.isZeroConstant()) { in getLValueElement()
H A DProgramState.cpp381 if (V.isZeroConstant()) in isNull()
H A DExprEngineC.cpp477 if (!val.isZeroConstant()) in VisitCast()
H A DCallEvent.cpp126 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
H A DMemRegion.cpp1453 if (!ER->getIndex().isZeroConstant()) in StripCasts()
H A DRegionStore.cpp2182 if (val.isZeroConstant()) in getBindingForDerivedDefaultValue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp54 if (!RV.isConstant() || RV.isZeroConstant()) in checkPreStmt()
H A DSmartPtrModeling.cpp416 if (ArgVal.isZeroConstant()) in evalCall()
471 if (S.isZeroConstant()) { in handleComparisionOp()
750 bool AssignedNull = Call.getArgSVal(0).isZeroConstant(); in handleAssignOp()
790 bool IsArgValNull = OtherInnerPtr->isZeroConstant(); in updateMovedSmartPointers()
H A DMallocChecker.cpp1833 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp281 static bool isZeroConstant(const llvm::Value *Value) { in isZeroConstant() function
367 if ((CurD == nullptr && isZeroConstant(NewD)) || in emitPointerAuthResign()
368 (NewD == nullptr && isZeroConstant(CurD))) in emitPointerAuthResign()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h117 bool isZeroConstant() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8411 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local
8413 const MemOp Op = isZeroConstant in getMemcpyLoadsAndStores()
8473 (isZeroConstant || (VT.isInteger() && !VT.isVector()))) { in getMemcpyLoadsAndStores()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8143 {"_ZNK5clang4ento4SVal14isZeroConstantEv", "clang::ento::SVal::isZeroConstant() const"},