package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Printable.Std end
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 arbitrary : unit -> 'a
val relift : 'a -> 'b
type t = Exp.t * Exp.t * Exp.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val hash : t -> int
val name : unit -> string
val show : (GoblintCil.exp * GoblintCil.exp * GoblintCil.exp) -> string
type ee =
  1. | EVar of GoblintCil.varinfo
  2. | EAddr
  3. | EDeref
  4. | EField of GoblintCil.fieldinfo
  5. | EIndex of GoblintCil.exp
val ee_equal : ee -> ee -> bool
val ee_to_str : ee -> string
val ees_to_str : ee list -> string
exception NotSimpleEnough
val toEl : GoblintCil.exp -> ee list
val fromEl : ee list -> GoblintCil.exp -> GoblintCil.exp
val from_exps : GoblintCil.exp -> GoblintCil.exp -> t option
val printXml : 'a BatInnerIO.output -> (Exp.t * Exp.t * Exp.t) -> unit