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/ContainDomain/VarName/index.html

Module ContainDomain.VarName

include sig ... end
type t = [
  1. | `Bot
  2. | `Lifted of Basetype.Variables.t
  3. | `Top
]
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
type group = Printable.Std.group = |
val show_group : group -> 'a
val to_group : 'a -> 'b option
val trace_enabled : bool
val tag : 'a -> 'b
val bot_name : string
val top_name : string
val lift : 'a -> [> `Lifted of 'a ]
val hash : [< `Bot | `Lifted of Basetype.Variables.t | `Top ] -> int
val show : [< `Bot | `Lifted of Basetype.Variables.t | `Top ] -> string
val pretty : unit -> t -> Pretty.doc
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Bot | `Lifted of Basetype.Variables.t | `Top ] -> unit
val to_yojson : [< `Bot | `Lifted of Basetype.Variables.t | `Top ] -> Printable.json
val invariant : Invariant.context -> [< `Bot | `Lifted of Basetype.Variables.t | `Top ] -> Invariant.t
val relift : [< `Bot | `Lifted of Basetype.Variables.t | `Top Lifted ] as 'a -> 'a
val arbitrary : unit -> [ `Bot | `Lifted of Basetype.Variables.t | `Top ] QCheck.arbitrary
val bot : unit -> [> `Bot ]
val is_bot : [> `Bot ] -> bool
val top : unit -> [> `Top ]
val is_top : [> `Top ] -> bool
val leq : t -> t -> bool
val pretty_diff : unit -> (t * t) -> Pretty.doc
val join : [> `Bot | `Lifted of Basetype.Variables.t | `Top ] as 'a -> 'a -> 'a
val widen : [> `Bot | `Lifted of Basetype.Variables.t | `Top ] as 'a -> 'a -> 'a
val meet : [> `Bot | `Lifted of Basetype.Variables.t | `Top ] as 'a -> 'a -> 'a
val narrow : [> `Bot | `Lifted of Basetype.Variables.t | `Top ] as 'a -> 'a -> 'a
val to_fun_name : 'a -> [> `Lifted of 'a ]
val from_fun_name : [> `Lifted of 'a ] -> 'a option
val get_class : t -> string option
val get_class_and_name : t -> (string * string) option
OCaml

Innovation. Community. Security.