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

Module signature IndirectNodeToIndirectExprSig

A signature for converting an indirect node to an expression.

Import path

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

Predicates

indirectNodeHasIndirectExpr

Holds if the indirect expression at indirection index indirectionIndex of node is e. The integer n specifies how many conversions has been applied to node.

Types

IndirectNode

The indirect node class to be converted to an expression