Module Occurrence.Register

Interface for the occurrence plugin.

Return the occurrences of the given varinfo. An occurrence ki, lv is a left-value lv which uses the location of vi at the position ki.

val print_all : unit -> unit

Print all the occurrence of each variable declarations.

type access_type =
| Read
| Write
| Both