sig
  val get_stmt_state : Cil_types.stmt -> Db.Value.state
  val access_expr :
    (Cil_types.stmt -> Cil_types.exp -> Db.Value.t) Pervasives.ref
  val expr_to_kernel_function :
    (Cil_types.stmt ->
     with_alarms:CilE.warn_mode ->
     deps:Locations.Zone.t option ->
     Cil_types.exp -> Locations.Zone.t * Kernel_function.Hptset.t)
    Pervasives.ref
  val lval_to_loc_with_deps :
    (Cil_types.stmt ->
     with_alarms:CilE.warn_mode ->
     deps:Locations.Zone.t ->
     Cil_types.lval -> Locations.Zone.t * Locations.location)
    Pervasives.ref
end