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

Predicate Make :: Consistency :: notDominatedByDef

Holds if a read is not dominated by a definition.

Import path

import codeql.ssa.Ssa
predicate notDominatedByDef ( RelevantDefinition def , SourceVariable v , BasicBlock bb , int i )