Frama-C API - Access
include Frama_c_kernel.Lattice_type.Bottom_Bounded_Join_Semi_Lattice with type t := t
include Frama_c_kernel.Lattice_type.Join_Semi_Lattice with type t := t
datatype of element of the lattice
include Frama_c_kernel.Datatype.S with type t := t
include Frama_c_kernel.Datatype.S_no_copy with type t := t
include Frama_c_kernel.Datatype.Ty with type t := t
val ty : t Frama_c_kernel.Type.tval datatype_descr : t Frama_c_kernel.Descr.tDatatype descriptor.
val packed_descr : Frama_c_kernel.Structural_descr.packPacked version of the descriptor.
val reprs : t listList of representants of the descriptor.
val hash : t -> intHash function: same spec than Hashtbl.hash.
val pretty : Stdlib.Format.formatter -> t -> unitPretty print each value in an user-friendly way.
val mem_project : (Frama_c_kernel.Project_skeleton.t -> bool) -> t -> boolmem_project f x must return true iff there is a value p of type Project.t in x such that f p returns true.
val bottom : tsmallest element
val make : ?read:Frama_c_kernel.Locations.Zone.t -> ?write:Frama_c_kernel.Locations.Zone.t -> unit -> tmake ?read ?write () creates an access with the given read and write as read and written memory locations.
val add_read : Frama_c_kernel.Locations.Zone.t -> t -> tadd_read zone access adds zone to the read memory locations in access.
val add_write : Frama_c_kernel.Locations.Zone.t -> t -> tadd_write zone access adds zone to the written memory locations in access.
