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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  778       llvm::APSInt fourInt = APSIntType(maxValInt).getValue(4);
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 2114   llvm::APSInt Max = AT.getMaxValue() / AT.getValue(Scale);
tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  121   return getValue(getAPSIntType(T).getValue(X));
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;