sig
type t
val top : t
val is_included : t -> t -> bool
val join : t -> t -> t
val widen : Cil_types.kernel_function -> Cil_types.stmt -> t -> t -> t
val assign :
Cil_types.kinstr ->
Cil_types.lval -> Cil_types.exp -> t -> t Eval.or_bottom
val assume :
Cil_types.stmt -> Cil_types.exp -> bool -> t -> t Eval.or_bottom
val start_call : Cil_types.stmt -> simple_call -> t -> t
val finalize_call :
Cil_types.stmt -> simple_call -> pre:t -> post:t -> t Eval.or_bottom
val empty : unit -> t
val introduce_globals : Cil_types.varinfo list -> t -> t
val initialize_variable :
Cil_types.lval ->
initialized:bool -> Abstract_domain.init_value -> t -> t
val enter_scope :
Cil_types.kernel_function -> Cil_types.varinfo list -> t -> t
val leave_scope :
Cil_types.kernel_function -> Cil_types.varinfo list -> t -> t
val show_expr : t -> Format.formatter -> Cil_types.exp -> unit
val ty : t Type.t
val name : string
val descr : t Descr.t
val packed_descr : Structural_descr.pack
val reprs : t list
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val pretty_code : Format.formatter -> t -> unit
val internal_pretty_code : Type.precedence -> Format.formatter -> t -> unit
val pretty : Format.formatter -> t -> unit
val varname : t -> string
val mem_project : (Project_skeleton.t -> bool) -> t -> bool
val copy : t -> t
end