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

Module RangeAnalysisUtil

This file contains the range-analysis specific parts of the cpp/invalid-pointer-deref and cpp/overrun-write query.

Import path

import semmle.code.cpp.rangeanalysis.new.RangeAnalysisUtil

Predicates

bounded1

Holds if i <= b + delta.

bounded2

Holds if i <= b + delta.

Aliases

bounded

Holds if i <= b + delta.