Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp794 APSInt LastConvertedInt = Ty.getMinValue(); in convertTo() local
800 if (NewBounds.first < LastConvertedInt) { in convertTo()
814 LastConvertedInt = NewBounds.first; in convertTo()