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

Predicate strictlyDominates

Holds if dominator is a strict dominator of node in the control-flow graph. Being strict means that dominator != node.

Import path

import cpp
predicate strictlyDominates(ControlFlowNode dominator, ControlFlowNode node)