Frama-C API - Stack
include Frama_c_kernel.Datatype.S with type t = stack
include Frama_c_kernel.Datatype.S_no_copy with type t = stack
include Frama_c_kernel.Datatype.Ty with type t = stack
type t = stackval 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 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 pretty : Stdlib.Format.formatter -> t -> unitval access_to_var : Frama_c_kernel.Cil_types.stmt -> stack_eltStack call simulating an access to a shared variable at the given statement
val is_access_to_var : stack_elt -> boolDoes the given stack element represent an access to a shared variable
