package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-2.6.0.tbz
sha256=20d5b7332a9f6072ab9ba86c4a53b898eaf681286c56a8805c41850bbf3ddf41
sha512=7c7685cfcd9aa866bc40e813df2bfcb3c79b3d40e615d8d6d0939c5798b9d70dd7f2ba87a741f5ba0ce891e9d254627207fb28057f1f2f6611e4e0d128fd6a71

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 : 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:GoblintCil.lval -> 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