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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
   91   bool operator==(const APSIntType &Other) const {
   99   bool operator<(const APSIntType &Other) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  141   APSIntType getAPSIntType(QualType T) const {
  151     APSIntType TargetType(To);
  159     APSIntType TargetType = getAPSIntType(T);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  317     APSIntType TargetType(ToWidth, !ToTy->isSignedIntegerOrEnumerationType());
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 2110   APSIntType AT = BV.getAPSIntType(T);
tools/clang/lib/StaticAnalyzer/Core/APSIntType.cpp
   14 APSIntType::RangeTestResultKind
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
   74   APSIntType Type(getMinValue());
   75   APSIntType::RangeTestResultKind LowerTest = Type.testInRange(Lower, true);
   76   APSIntType::RangeTestResultKind UpperTest = Type.testInRange(Upper, true);
   79   case APSIntType::RTR_Below:
   81     case APSIntType::RTR_Below:
   91     case APSIntType::RTR_Within:
   96     case APSIntType::RTR_Above:
  103   case APSIntType::RTR_Within:
  105     case APSIntType::RTR_Below:
  110     case APSIntType::RTR_Within:
  115     case APSIntType::RTR_Above:
  122   case APSIntType::RTR_Above:
  124     case APSIntType::RTR_Below:
  127     case APSIntType::RTR_Within:
  132     case APSIntType::RTR_Above:
  395   APSIntType IntType = BV.getAPSIntType(Sym->getType());
  438   APSIntType IntType = BV.getAPSIntType(Sym->getType());
  558   APSIntType AdjustmentType(Adjustment);
  559   if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within)
  578   APSIntType AdjustmentType(Adjustment);
  579   if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within)
  593   APSIntType AdjustmentType(Adjustment);
  595   case APSIntType::RTR_Below:
  597   case APSIntType::RTR_Within:
  599   case APSIntType::RTR_Above:
  629   APSIntType AdjustmentType(Adjustment);
  631   case APSIntType::RTR_Below:
  633   case APSIntType::RTR_Within:
  635   case APSIntType::RTR_Above:
  665   APSIntType AdjustmentType(Adjustment);
  667   case APSIntType::RTR_Below:
  669   case APSIntType::RTR_Within:
  671   case APSIntType::RTR_Above:
  701   APSIntType AdjustmentType(Adjustment);
  703   case APSIntType::RTR_Below:
  705   case APSIntType::RTR_Within:
  707   case APSIntType::RTR_Above:
tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
   78   APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType());
   85   APSIntType ComparisonType = std::max(WraparoundType, APSIntType(From));
  139   APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType());
  152   APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int));
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  500   APSIntType ToType(getContext().getTypeSize(castTy),
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  338   APSIntType AT = BV.getAPSIntType(T);
  347   APSIntType AT(I);
  607           APSIntType CompareType = std::max(APSIntType(LHSValue),
  612           APSIntType IntType = BasicVals.getAPSIntType(resultTy);
  727               APSIntType IntType = BasicVals.getAPSIntType(resultTy);
usr/include/c++/7.4.0/bits/algorithmfwd.h
  369     const _Tp&
  370     max(const _Tp&, const _Tp&);
  370     max(const _Tp&, const _Tp&);