Expand description
Dominated graph model used by the MIR visitor and checkers. Dominated graph state model for Senryx MIR analysis.
The graph stores MIR locals, synthetic memory objects, field-sensitive nodes, points-to relationships, contract fact sets, and operational trace states (OTS). Checkers query this graph to decide whether an unsafe call’s safety contracts are satisfied on the current path.
Structs§
- Dominated
Graph - A dominated graph.
- Function
Summary - A summary of a function’s behavior.
- Inter
Result Node - A node in the intermediate result graph.
- States
- A collection of state properties for a memory location.
- Variable
Node - A node in the dominated graph.
Functions§
- html_
escape 🔒 - Escape HTML characters in a string.