Module SymbLocksDomain.LockingPattern
include sig ... end
val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval to_yojson :
(Exp.t * Exp.t * Exp.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val name : unit -> stringtype ee = | EVar of GoblintCil.varinfo| EAddr| EDeref| EField of GoblintCil.fieldinfo| EIndex of GoblintCil.exp
val ee_equal : ee -> ee -> boolval ee_to_str : ee -> stringval ees_to_str : ee list -> stringexception NotSimpleEnoughval toEl : GoblintCil.exp -> ee listval fromEl : ee list -> GoblintCil.exp -> GoblintCil.expval from_exps : GoblintCil.exp -> GoblintCil.exp -> t option