Skip to content
Snippets Groups Projects
Commit f8b0626f authored by David Bühler's avatar David Bühler
Browse files

[Eva] Results: exports [as_precise_loc] and [as_precise_loc_result].

[as_precise_loc] converts error cases in bottom or top precise_locs accordingly.
parent fe7f145d
No related branches found
No related tags found
No related merge requests found
......@@ -363,6 +363,14 @@ module Results: sig
(** Converts into a Zone result. *)
val as_zone_result : address evaluation -> Locations.Zone.t result
(** Converts into a C location abstraction. Error cases are converted into
bottom or top locations accordingly. *)
val as_precise_loc : address evaluation -> Precise_locs.precise_location
(** Converts into a C location abstraction. *)
val as_precise_loc_result :
address evaluation -> Precise_locs.precise_location result
(** Evaluation properties *)
......
......@@ -268,6 +268,14 @@ val as_zone: address evaluation -> Locations.Zone.t
(** Converts into a Zone result. *)
val as_zone_result : address evaluation -> Locations.Zone.t result
(** Converts into a C location abstraction. Error cases are converted into
bottom or top locations accordingly. *)
val as_precise_loc : address evaluation -> Precise_locs.precise_location
(** Converts into a C location abstraction. *)
val as_precise_loc_result :
address evaluation -> Precise_locs.precise_location result
(** Evaluation properties *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment