Module visitor

Source

Traits§

ResultsVisitor
A visitor over the results of an Analysis. Use this when you want to inspect domain values in many or all locations; use ResultsCursor if you want to inspect domain values only in certain locations.

Functions§

visit_results
Calls the corresponding method in ResultsVisitor for every location in a mir::Body with the dataflow state at that location.