CodeQL library for Python
codeql/python-all 2.1.3-dev (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)