qtil
advanced-security/qtil-cpp 0.0.4
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 semmle.code.cpp.controlflow.Dominance
predicate strictlyDominates(ControlFlowNode dominator, ControlFlowNode node)