package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.0.0.tbz
sha256=2f4f2e25b765452f0e336941f35f6cb396d7c213a2d347abe5d35febc5159b1f
sha512=e96af4cad91f6985c8db93c194925853e96cad0ec1a0d9f4d32bbe16d3e5fa1e305f54be02839f21ba89ad2af0c2d5d7aa819ade221ce097dc4dbd0fcd8c8500

doc/goblint.lib/Goblint_lib/Lval/Offset/index.html

Module Lval.Offset

Parameters

module Idx : IntDomain.Z

Signature

include sig ... end
type t = (GoblintCil.fieldinfo, Idx.t) offs
type group = |
val show_group : group -> 'a
val to_group : 'a -> 'b option
val trace_enabled : bool
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val relift : 'a -> 'a
val is_first_field : GoblintCil.fieldinfo -> bool
val cmp_zero_offset : t -> [ `MayZero | `MustNonzero | `MustZero ]
val equal : t -> t -> bool
val show : [< `Field of GoblintCil.fieldinfo * 'a | `Index of Idx.t * 'a | `NoOffset ] as 'a -> string
val pretty : unit -> t -> Goblint_lib__Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]
val pretty_diff : unit -> (t * t) -> GoblintCil.Pretty.doc
val hash : [< `Field of GoblintCil.fieldinfo * 'a | `Index of 'b * 'a | `NoOffset ] as 'a -> int
val name : unit -> string
val from_offset : 'a -> 'a
val is_definite : [< `Field of 'b * 'a | `Index of Idx.t * 'a | `NoOffset ] as 'a -> bool
val add_offset : [< `Field of 'b * 'a | `Index of 'c * 'a | `NoOffset ] as 'a -> [> `Field of 'b * 'd | `Index of 'c * 'd ] as 'd -> 'd
val compare : t -> t -> int
val to_cil_offset : t -> GoblintCil.offset
val leq : t -> t -> bool
val merge : [ `Join | `Meet | `Narrow | `Widen ] -> t -> t -> t
val join : t -> t -> t
val meet : t -> t -> t
val widen : t -> t -> t
val narrow : t -> t -> t
val drop_ints : [< `Field of 'b * 'a | `Index of 'c * 'a | `NoOffset ] as 'a -> [> `Field of 'b * 'd | `Index of Idx.t * 'd | `NoOffset ] as 'd
OCaml

Innovation. Community. Security.