package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d

doc/goblint.lib/Control/AnalyzeCFG/EQSys/GVar/index.html

Module EQSys.GVar

type t = Cil.varinfo
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val to_yojson : t -> Printable.json
val invariant : Invariant.context -> t -> Invariant.t
val tag : t -> int
val relift : t -> t
val pp : Format.formatter -> t -> unit
val trace_enabled : bool
val is_global : Cil.varinfo -> bool
val copy : 'a -> 'a
val show : Cil.varinfo -> string
val pretty : unit -> Cil.varinfo -> Pretty.doc
val pretty_trace : unit -> Cil.varinfo -> Pretty.doc
val get_location : Cil.varinfo -> Cil.location
type group = Basetype.Variables.group =
  1. | Global
  2. | Local
  3. | Parameter
  4. | Temp
val (%) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
val to_group : Cilfacade.VarinfoH.key -> group option
val name : unit -> string
val loopSep : 'a -> bool
val printXml : 'a BatInnerIO.output -> Cil.varinfo -> unit
val var_id : 'a -> string
val node : 'a -> MyCFG.node
val arbitrary : unit -> Cil.varinfo QCheck.arbitrary
OCaml

Innovation. Community. Security.