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

Module Cached

Import path

import semmle.code.cpp.ir.dataflow.internal.ExprNodes

Predicates

asDefinitionImpl

Gets the expression that represents the result of StoreInstruction for dataflow purposes.

Classes

ExprNode

An expression, viewed as a node in a data flow graph.

IndirectExprNode

An indirect expression, viewed as a node in a data flow graph.

Aliases

IndirectInstructionToIndirectExpr

A module that implements the logic for deciding whether an indirect node should be an IndirectExprNode.

IndirectOperandToIndirectExpr

A module that implements the logic for deciding whether an indirect node should be an IndirectExprNode.