package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-2.8.0.tbz
sha256=9175eec0143102243964e34a0786584fd590c60422009259c705a89a27f88de4
sha512=9d760007dd8d003cf596516444ed7acc7370fc3d446e75ac71b0176522c3baae090410762f9035e7aae4f6b0e394bf28bb5b1c08ca0476920b94aa919ef04f42

doc/goblint.lib/Goblint_lib/Base/MainFunctor/InvariantEval/index.html

Module MainFunctor.InvariantEval

module D = D
module V = V
module G = G
val unop_ID : GoblintCil.unop -> ID.t -> ID.t
val unop_FD : GoblintCil.unop -> FD.t -> value
val eval_rv : man: ('a, [> `Bot | `Lifted1 of Priv.G.t ], 'b, [> `Left of Priv.V.t ]) Analyses.man -> store -> GoblintCil.exp -> value
val eval_rv_address : man: ('a, [> `Bot | `Lifted1 of Priv.G.t ], 'b, [> `Left of Priv.V.t ]) Analyses.man -> store -> GoblintCil.exp -> VD.t
val eval_lv : man: ('a, [> `Bot | `Lifted1 of Priv.G.t ], 'b, [> `Left of Priv.V.t ]) Analyses.man -> store -> GoblintCil.lval -> AD.t
val convert_offset : man: ('a, [> `Bot | `Lifted1 of Priv.G.t ], 'b, [> `Left of Priv.V.t ]) Analyses.man -> store -> GoblintCil.offset -> VD.offs
val get_var : man: ('a, [> `Bot | `Lifted1 of Priv.G.t ], 'b, [> `Left of Priv.V.t ]) Analyses.man -> store -> GoblintCil.varinfo -> value
val get_mval : man: ('a, [> `Bot | `Lifted1 of Priv.G.t ], 'b, [> `Left of Priv.V.t ]) Analyses.man -> store -> Addr.Mval.t -> GoblintCil.exp option -> value
val get : man: ('a, [> `Bot | `Lifted1 of Priv.G.t ], 'b, [> `Left of Priv.V.t ]) Analyses.man -> store -> address -> GoblintCil.exp option -> value
val set : man: (store, [> `Bot | `Lifted1 of Priv.G.t ], 'a, [> `Left of Priv.V.t ]) Analyses.man -> store -> AD.t -> GoblintCil.Cil.typ -> ?lval_raw:??? -> value -> store
val refine_entire_var : bool
val map_oldval : 'a -> 'b -> 'a
val eval_rv_lval_refine : man: ('a, [> `Bot | `Lifted1 of Priv.G.t ], 'b, [> `Left of Priv.V.t ]) Analyses.man -> store -> 'c -> GoblintCil.lval -> value
val id_meet_down : old:ID.t -> c:ID.t -> ID.t
val fd_meet_down : old:FD.t -> c:FD.t -> FD.t
val contra : 'a -> 'b