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

References

tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  666   switch (AdjustmentType.testInRange(Int, true)) {
  676   llvm::APSInt ComparisonVal = AdjustmentType.convert(Int);
  677   llvm::APSInt Min = AdjustmentType.getMinValue();
  681   llvm::APSInt Max = AdjustmentType.getMaxValue();