CodeQL library for C/C++
codeql/cpp-all 0.13.0 (changelog, source)
Search

Module signature LangSig

Import path

import codeql.rangeanalysis.RangeAnalysis

Predicates

additionalBoundFlowStep

Holds if e2 >= e1 + delta (if upper = false) or e2 <= e1 + delta (if upper = true).

hasConstantBound

Holds if e >= bound (if upper = false) or e <= bound (if upper = true).

ignoreExprBound

Ignore the bound on this expression.

includeConstantBounds
includeRelativeBounds
javaCompatibility

Parameters