Analyses.GVarF
module V : SpecSysVar
include sig ... end
val hash : t -> int
val pretty : unit -> t -> Printable.Pretty.doc
val show : [< `Left of V.t | `Right of CilType.Fundec.t ] -> string
val printXml :
'a BatInnerIO.output ->
[< `Left of V.t | `Right of CilType.Fundec.t ] ->
unit
val to_yojson : [< `Left of V.t | `Right of CilType.Fundec.t ] -> Yojson.Safe.t
val relift :
[< `Left of V.t | `Right of CilType.Fundec.t ] ->
[> `Left of V.t | `Right of CilType.Fundec.t ]
val var_id : [< `Left of V.t | `Right of CilType.Fundec.t ] -> string
val node : 'a -> MyCFG.node
val pretty_trace : unit -> t -> Printable.Pretty.doc
val is_write_only : [< `Left of V.t | `Right of 'a ] -> bool