package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module D : Lattice.S
module G : Lattice.S
val eval_rv : Queries.ask -> (V.t -> G.t) -> D.t -> GoblintCil.exp -> VD.t
val eval_rv_address : Queries.ask -> (V.t -> G.t) -> D.t -> GoblintCil.exp -> VD.t
val eval_lv : Queries.ask -> (V.t -> G.t) -> D.t -> GoblintCil.lval -> AD.t
val convert_offset : Queries.ask -> (V.t -> G.t) -> D.t -> GoblintCil.offset -> ID.t Offset.t
val get_var : Queries.ask -> (V.t -> G.t) -> D.t -> GoblintCil.varinfo -> VD.t
val get : Queries.ask -> (V.t -> G.t) -> D.t -> AD.t -> GoblintCil.exp option -> VD.t
val set : Queries.ask -> ctx:(D.t, G.t, _, V.t) Analyses.ctx -> (V.t -> G.t) -> D.t -> AD.t -> GoblintCil.typ -> ?lval_raw:GoblintCil.lval -> VD.t -> D.t
val refine_entire_var : bool
val map_oldval : VD.t -> GoblintCil.typ -> VD.t
val eval_rv_lval_refine : Queries.ask -> (V.t -> G.t) -> D.t -> GoblintCil.exp -> GoblintCil.lval -> VD.t
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 : D.t -> D.t

Handle contradiction.

Normal branch refinement just raises Analyses.Deadcode. Unassume leaves unchanged.

OCaml

Innovation. Community. Security.