Expand description
Field-sensitive Steensgaard points-to analysis driver.
Flow-insensitive union-find over SSA values; field sensitivity comes
from representing each obj.f access as a structural
AbsLoc::Field keyed by (parent_loc, field).
Structs§
- Points
ToFacts - Per-body points-to result.
Functions§
- analyse_
body - Analyse a single body and return its
PointsToFacts. - extract_
field_ points_ to - Derive a
crate::summary::points_to::FieldPointsToSummaryfrom per-body points-to facts. - is_
container_ read_ callee_ pub - Public re-export of
is_container_read_calleefor the taint engine. - is_
container_ write_ callee - Container-write callees, mirror of
is_container_read_callee.