HomeSort by relevance Sort by last modified time
    Searched refs:isZeroConstant (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 50 if (!RV.isConstant() || RV.isZeroConstant())
ArrayBoundChecker.cpp 51 if (Idx.isZeroConstant())
ReturnPointerRangeChecker.cpp 52 if (Idx.isZeroConstant())
BasicObjCFoundationChecks.cpp 710 if (CollectionSentinel.isZeroConstant())
MallocChecker.cpp 529 return !Call.getArgSVal(i).isZeroConstant();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 434 if (op == BO_EQ && rhs.isZeroConstant()) {
572 if (rhs.isZeroConstant()) {
623 if (lhs.isZeroConstant()) {
653 if (rInt->isZeroConstant()) {
856 if (rhs.isZeroConstant())
    [all...]
SVals.cpp 178 bool SVal::isZeroConstant() const {
BugReporterVisitors.cpp 882 bool UseArgValue = V.isUnknownOrUndef() || V.isZeroConstant();
    [all...]
MemRegion.cpp 206 if (Extent.isZeroConstant()) {
    [all...]
CallEvent.cpp 54 if (V.isZeroConstant())
    [all...]
ExprEngineC.cpp 339 if (val.isZeroConstant())
    [all...]
ProgramState.cpp 328 if (V.isZeroConstant())
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 137 bool isZeroConstant() const;

Completed in 342 milliseconds