Module signature CfgSig
Import path
import codeql.controlflow.BasicBlock
Predicates
dominatingEdge | Holds if |
Types
BasicBlock | A basic block, that is, a maximal straight-line sequence of control flow nodes without branches or joins. |
ControlFlowNode | A control flow node. |
EntryBasicBlock | An entry basic block, that is, a basic block whose first node is an entry node. |
SuccessorType | The type of a control flow successor. |
Parameters
Location | LocationSig |