Skip to main content

Module constraints

Module constraints 

Source

Structsยง

LocalizedConstraintGraph ๐Ÿ”’
The localized constraint graph indexes the physical and logical edges to lazily compute a given nodeโ€™s successors during traversal.
LocalizedNode ๐Ÿ”’
A localized outlives constraint reifies the CFG location where the outlives constraint holds, within the origins themselves as if they were different from point to point: from a: b outlives constraints to a@p: b@p, where p is the point in the CFG.

Traitsยง

LocalizedConstraintGraphVisitor ๐Ÿ”’
The visitor interface when traversing a LocalizedConstraintGraph.