codeql/cpp-all
2.1.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the minimum value that this variable could represent, based on its type.
For example, if v has a signed 32-bit type then the result is -2^31.
v
-2^31
import semmle.code.cpp.rangeanalysis.RangeAnalysisUtils
float varMinVal(Variable v)