package goblint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module EqSys.VarSource

Sourcetype t = [
  1. | `G of S.GVar.t
  2. | `L of S.LVar.t
]
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval is_write_only : t -> bool
Sourceval pretty_trace : unit -> t -> GoblintCil.Pretty.doc
Sourceval compare : t -> t -> int
Sourceval printXml : 'a BatInnerIO.output -> t -> unit
Sourceval var_id : t -> string
Sourceval node : t -> MyCFG.node
Sourceval relift : t -> t
OCaml

Innovation. Community. Security.