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

  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 50 if (!RV.isConstant() || RV.isZeroConstant())
ArrayBoundChecker.cpp 52 if (Idx.isZeroConstant())
ReturnPointerRangeChecker.cpp 53 if (Idx.isZeroConstant())
BasicObjCFoundationChecks.cpp     [all...]
MallocChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 433 if (op == BO_EQ && rhs.isZeroConstant()) {
620 if (rhs.isZeroConstant()) {
673 if (lhs.isZeroConstant()) {
703 if (rInt->isZeroConstant()) {
864 if (rhs.isZeroConstant())
    [all...]
SVals.cpp 186 bool SVal::isZeroConstant() const {
SValBuilder.cpp 437 return makeTruthVal(!val.isZeroConstant(), castTy);
MemRegion.cpp 206 if (Extent.isZeroConstant()) {
    [all...]
BugReporterVisitors.cpp     [all...]
CallEvent.cpp 104 if (getArgSVal(Idx).isZeroConstant())
    [all...]
ProgramState.cpp 351 if (V.isZeroConstant())
ExprEngineC.cpp 373 if (val.isZeroConstant())
    [all...]
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 137 bool isZeroConstant() const;

Completed in 824 milliseconds