package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module S : Analyses.Spec

Signature

module DD : sig ... end
module M : sig ... end
module D : sig ... end
module G = S.G
module C = S.C
module V = S.V
val name : unit -> string
type marshal = S.marshal
val init : S.marshal option -> unit
val finalize : unit -> S.marshal
val should_join : (S.D.t * 'a) -> (S.D.t * 'b) -> bool
val inj : ('a -> 'b) -> 'c -> 'd * M.t
val startstate : GoblintCil.varinfo -> S.D.t * M.t
val exitstate : GoblintCil.varinfo -> S.D.t * M.t
val morphstate : GoblintCil.varinfo -> (S.D.t * 'a) -> S.D.t * 'b
val context : GoblintCil.fundec -> (S.D.t * 'a) -> S.C.t
val conv : ('a * 'b, 'c, 'd, 'e) Analyses.ctx -> ('f, 'g, 'h, 'i) Analyses.ctx
val lift_fun : ('a * 'b, 'c, 'd, 'e) Analyses.ctx -> (('f, 'c, 'd, 'e) Analyses.ctx -> 'g) -> ('h -> 'i) -> 'j * 'k
val sync : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> [ `Join | `Normal | `Return ] -> S.D.t * 'a
val query : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> 'b Queries.t -> 'b Queries.result
val assign : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.lval -> GoblintCil.exp -> S.D.t * 'a
val vdecl : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.varinfo -> S.D.t * 'a
val branch : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.exp -> bool -> S.D.t * 'a
val body : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.fundec -> S.D.t * 'a
val return : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.exp option -> GoblintCil.fundec -> S.D.t * 'a
val asm : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> S.D.t * 'a
val skip : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> S.D.t * 'a
val special : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.lval option -> GoblintCil.varinfo -> GoblintCil.exp list -> S.D.t * 'a
val threadenter : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.lval option -> GoblintCil.varinfo -> GoblintCil.exp list -> (S.D.t * 'b) list
val threadspawn : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.lval option -> GoblintCil.varinfo -> GoblintCil.exp list -> (S.D.t * 'b, S.G.t, S.C.t, S.V.t) Analyses.ctx -> S.D.t * 'a
val enter : (S.D.t * M.t, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.lval option -> GoblintCil.fundec -> GoblintCil.exp list -> ((S.D.t * M.t) * (S.D.t * M.t)) list
val combine : (S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.ctx -> GoblintCil.lval option -> GoblintCil.exp -> GoblintCil.fundec -> GoblintCil.exp list -> S.C.t option -> (S.D.t * 'b) -> S.D.t * 'a