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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  155     return getValue(TargetType.convert(From));
  163     return getValue(TargetType.convert(From));
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  318     return TargetType.convert(V);
tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
   90           APSIntType(extent.getValue()).convert(SIE->getRHS());
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  562   llvm::APSInt Lower = AdjustmentType.convert(Int) - Adjustment;
  583   llvm::APSInt AdjInt = AdjustmentType.convert(Int) - Adjustment;
  604   llvm::APSInt ComparisonVal = AdjustmentType.convert(Int);
  640   llvm::APSInt ComparisonVal = AdjustmentType.convert(Int);
  676   llvm::APSInt ComparisonVal = AdjustmentType.convert(Int);
  712   llvm::APSInt ComparisonVal = AdjustmentType.convert(Int);
tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
   86   llvm::APSInt ConvertedFrom = ComparisonType.convert(From);
   87   llvm::APSInt ConvertedTo = ComparisonType.convert(To);
  153   llvm::APSInt ConvertedInt = ComparisonType.convert(Int);
  191       Adjustment = APSIntType(Adjustment).convert(SE->getRHS());
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  728               const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS());
  729               const llvm::APSInt &second = IntType.convert(*RHSValue);