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

References

tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
   75   APSIntType::RangeTestResultKind LowerTest = Type.testInRange(Lower, true);
   76   APSIntType::RangeTestResultKind UpperTest = Type.testInRange(Upper, true);
   88       Lower = Type.getMinValue();
   89       Upper = Type.getMaxValue();
   93       Lower = Type.getMinValue();
   94       Type.apply(Upper);
   98       Lower = Type.getMinValue();
   99       Upper = Type.getMaxValue();
  107       Type.apply(Lower);
  108       Upper = Type.getMaxValue();
  112       Type.apply(Lower);
  113       Type.apply(Upper);
  117       Type.apply(Lower);
  118       Upper = Type.getMaxValue();
  129       Lower = Type.getMinValue();
  130       Type.apply(Upper);
  139       Lower = Type.getMinValue();
  140       Upper = Type.getMaxValue();