package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type group = Printable.Std.group = |
val show_group : group -> 'a
val to_group : 'a -> 'b option
val trace_enabled : bool
val invariant : 'a -> 'b -> Invariant.t
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val relift : 'a -> 'a
val is_first_field : CilType.Fieldinfo.t -> bool
val cmp_zero_offset : t -> [ `MayZero | `MustNonzero | `MustZero ]
val equal : t -> t -> bool
val hash : [< `Field of CilType.Fieldinfo.t * 'a | `Index of 'b * 'a | `NoOffset ] as 'a -> int
val name : unit -> string
val from_offset : 'a -> 'a
val to_offset : 'a -> 'a list
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 leq : t -> t -> bool
val merge : [ `Join | `Meet | `Narrow | `Widen ] -> t -> t -> t
val to_cil_offset : t -> Cil.offset
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 IntDomain.IntDomWithDefaultIkind(IntDomain.IntDomLifter(IntDomain.OldDomainFacade(IntDomain.Integers(IntOps.Int64Ops))))(IntDomain.PtrDiffIkind).t * 'd | `NoOffset ] as 'd