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

Module MakeImpl::OverlayImpl

Constructs a data flow computation given a full input configuration, and an initial stage 1 pruning with merging of overlay and base results.

Import path

import codeql.dataflow.internal.DataFlowImpl

Imports

Impl<OverlayImpl::Config, OverlayImpl::Stage1>

Constructs a data flow computation given a full input configuration, and an initial stage 1 pruning.

Predicates

flow

Holds if data can flow from source to sink.

flowTo

Holds if data can flow from some source to sink.

flowToExpr

Holds if data can flow from some source to sink.

flowToLocal

Holds if data can flow from some source to sink. This is a local predicate that only has results local to the overlay/base database.

Parameters