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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  172     return getValue(APSIntType(v).getMaxValue());
  180     return getValue(getAPSIntType(T).getMaxValue());
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 2114   llvm::APSInt Max = AT.getMaxValue() / AT.getValue(Scale);
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
   89       Upper = Type.getMaxValue();
   99       Upper = Type.getMaxValue();
  108       Upper = Type.getMaxValue();
  118       Upper = Type.getMaxValue();
  140       Upper = Type.getMaxValue();
  641   llvm::APSInt Max = AdjustmentType.getMaxValue();
  681   llvm::APSInt Max = AdjustmentType.getMaxValue();
  713   llvm::APSInt Max = AdjustmentType.getMaxValue();
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  502   llvm::APSInt ToTypeMax = ToType.getMaxValue();
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  340   llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max;
  351   llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max;