CondVars.Domainmodule V = Queries.ESinclude sig ... endtype t = MapDomain.MapBot(Mval.Exp)(V).ttype key = Mval.Exp.ttype value = V.tval cardinal : t -> intval empty : unit -> tval is_empty : t -> boolval hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intval arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> boolval var_in_lval : (GoblintCil.varinfo -> bool) -> GoblintCil.lval -> boolval var_in_offs : (GoblintCil.varinfo -> bool) -> GoblintCil.offset -> boolval var_in_expr : (GoblintCil.varinfo -> bool) -> GoblintCil.exp -> boolval filter_exprs_with_var : (GoblintCil.varinfo -> bool) -> t -> tval filter_vars : (GoblintCil.varinfo -> bool) -> t -> tval remove_var : GoblintCil.varinfo -> t -> tval remove_fun_locals : GoblintCil.fundec -> t -> tval only_untainted : t -> TaintPartialContexts.VS.t -> tval only_global_exprs :
[ `Lifted of SetDomain.Make(CilType.Exp).t | `Top ] ->
bool