Frama-C:
Plug-ins:
Libraries:

Frama-C API - State

type t

abstract state *

val bottom : t
val join : t -> t -> t

of_stmt stmt get the abstract state of stmt. *

of_kf kf get the join state of all kf's statements states *

val pretty : Stdlib.Format.formatter -> t -> unit