HomeSort by: relevance | last modified time | path
    Searched refs:isZeroConstant (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 48 if (!RV.isConstant() || RV.isZeroConstant())
ArrayBoundChecker.cpp 52 if (Idx.isZeroConstant())
ReturnPointerRangeChecker.cpp 53 if (Idx.isZeroConstant())
SmartPtrModeling.cpp 255 if (ArgVal.isZeroConstant())
480 bool AssignedNull = Call.getArgSVal(0).isZeroConstant();
518 bool IsArgValNull = OtherInnerPtr->isZeroConstant();
PointerArithChecker.cpp 308 if (Idx.isZeroConstant())
MallocChecker.cpp 1455 return !Call.getArgSVal(i).isZeroConstant();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 543 if (op == BO_EQ && rhs.isZeroConstant()) {
734 if (rhs.isZeroConstant()) {
787 if (lhs.isZeroConstant()) {
819 if (rInt->isZeroConstant()) {
1012 if (rhs.isZeroConstant())
1016 if (lhs.isZeroConstant())
SVals.cpp 212 bool SVal::isZeroConstant() const {
BugReporterVisitors.cpp 2027 if (!V.isZeroConstant())
2037 if (LHSV.isZeroConstant())
2040 if (RHSV.isZeroConstant())
2044 if (LHSV.isZeroConstant())
2132 if (!DV->isZeroConstant() && EnableNullFPSuppression) {
2931 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) {
ProgramState.cpp 378 if (V.isZeroConstant())
MemRegion.cpp 775 if (Size.isZeroConstant()) {
1309 if (!ER->getIndex().isZeroConstant())
CallEvent.cpp 145 if (getArgSVal(Idx).isZeroConstant())
ExprEngineC.cpp 460 if (val.isZeroConstant())
RegionStore.cpp 1786 if (val.isZeroConstant())
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 156 bool isZeroConstant() const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 6358 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr;
6360 const MemOp Op = isZeroConstant
6410 (isZeroConstant || (VT.isInteger() && !VT.isVector()))) {

Completed in 36 milliseconds