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

Predicate Make::SsaDefReaches::ssaDefReachesRank

Holds if the SSA definition def reaches rank index rnk in its own basic block bb.

Import path

import codeql.ssa.Ssa
predicate ssaDefReachesRank(BasicBlock bb, DefinitionExt def, int rnk, SourceVariable v)