Home
last modified time | relevance | path

Searched refs:LastConvertedInt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp795 APSInt LastConvertedInt = Ty.getMinValue(); in convertTo() local
801 if (NewBounds.first < LastConvertedInt) { in convertTo()
815 LastConvertedInt = NewBounds.first; in convertTo()