Make.Evalmodule V : Analyses.SpecSysVarval eval_rv : Queries.ask -> (V.t -> G.t) -> D.t -> GoblintCil.exp -> VD.tval eval_rv_address :
Queries.ask ->
(V.t -> G.t) ->
D.t ->
GoblintCil.exp ->
VD.tval eval_lv : Queries.ask -> (V.t -> G.t) -> D.t -> GoblintCil.lval -> AD.tval convert_offset :
Queries.ask ->
(V.t -> G.t) ->
D.t ->
GoblintCil.offset ->
ID.t Offset.tval get_var : Queries.ask -> (V.t -> G.t) -> D.t -> GoblintCil.varinfo -> VD.tval get :
Queries.ask ->
(V.t -> G.t) ->
D.t ->
AD.t ->
GoblintCil.exp option ->
VD.tval 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.tval map_oldval : VD.t -> GoblintCil.typ -> VD.tval eval_rv_lval_refine :
Queries.ask ->
(V.t -> G.t) ->
D.t ->
GoblintCil.exp ->
GoblintCil.lval ->
VD.tHandle contradiction.
Normal branch refinement just raises Analyses.Deadcode. Unassume leaves unchanged.