CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (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.