Analyses.GVarFC
module V : SpecSysVar
module C : Printable.S
include sig ... end
val hash : t -> int
val pretty : unit -> t -> Printable.Pretty.doc
val show :
[< `Left of V.t | `Right of Printable.Prod(CilType.Fundec)(C).t ] ->
string
val printXml :
'a BatInnerIO.output ->
[< `Left of V.t | `Right of Printable.Prod(CilType.Fundec)(C).t ] ->
unit
val to_yojson :
[< `Left of V.t | `Right of Printable.Prod(CilType.Fundec)(C).t ] ->
Yojson.Safe.t
val relift :
[< `Left of V.t | `Right of Printable.Prod(CilType.Fundec)(C).t ] ->
[> `Left of V.t | `Right of Printable.Prod(CilType.Fundec)(C).t ]
val var_id :
[< `Left of V.t | `Right of Printable.Prod(CilType.Fundec)(C).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