module VarDecl:F.DRegister
(
sig
include F.Varinfo
val declare :F.Xindex.t -> 'a -> ('b, 'c, F.pred) Formula.item
Global variable has a fixed zone in any allocation memory.forall ma, rt_vsize (ma, v) = sz /\ rt_vaddr (ma, v) = rt_gaddr v
val section :Formula.section
val prefix :string
val basename :Cil_types.varinfo -> string
val clear :unit -> unit
val pp_descr :Format.formatter -> 'a -> unit
end
)