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

References

tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
  131   if (Int == 0 && (Op == BO_EQ || Op == BO_NE)) {
  152   APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int));
  153   llvm::APSInt ConvertedInt = ComparisonType.convert(Int);