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

Class Make::Definition

A static single assignment (SSA) definition.

Import path

import codeql.ssa.Ssa

Direct supertypes

Known direct subtypes

Predicates

definesAt

Holds if this SSA definition defines v at index i in basic block bb. Phi nodes are considered to be at index -1, while normal variable writes are at the index of the control flow node they wrap.

getBasicBlock

Gets the basic block to which this SSA definition belongs.

getSourceVariable

Gets the source variable underlying this SSA definition.

toString

Gets a textual representation of this SSA definition.