reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
   66     llvm::APSInt I = V.getValue();
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1962     os << "a constant address (" << ConstAddr->getValue() << ")";
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  228     return LV->getValue() == I;
  273   const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
  273   const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
  382       os << castAs<loc::ConcreteInt>().getValue().getZExtValue() << " (Loc)";
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  180     llvm::APSInt i = val.castAs<loc::ConcreteInt>().getValue();
  890       const llvm::APSInt &lVal = lhs.castAs<loc::ConcreteInt>().getValue();
  936           return MakeSymIntVal(lSym, op, rInt->getValue(), resultTy);
 1139       const llvm::APSInt &leftI = lhsInt->getValue();
 1217     return &X->getValue();