Frama-C API - _
val configure : unit -> WpContext.rollbacktype state = State.tval null : tval cvar : Frama_c_kernel.Cil_types.varinfo -> tcvar x returns the abstract value corresponding to &x. *
val field : t -> Frama_c_kernel.Cil_types.fieldinfo -> tfield v fd returns the value obtained by access to field fd from v. *
val shift : t -> Ctypes.c_object -> Lang.F.term -> tshift v obj k returns the value obtained by access at an index k with type obj from v. *
val load : state -> t -> Ctypes.c_object -> tload s v obj returns the value at the location given by v with type obj within the state s. *
val domain : t -> Frama_c_kernel.Base.t listdomain v returns a list of all possible concrete bases of v. *
val offset : t -> Lang.F.term -> Lang.F.predoffset v returns a function which when applied with a term returns a predicate over v's offset.
val pretty : Stdlib.Format.formatter -> t -> unit