package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Analyses.IdentitySpec end
include module type of struct include Analyses.DefaultSpec end

Relatively safe default implementations of some boring Spec functions.

type marshal = unit
val init : 'a -> unit
val finalize : unit -> unit
val should_join : 'a -> 'b -> bool
val vdecl : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f
val asm : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e
val skip : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e
val event : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f -> 'g
val morphstate : 'a -> 'b -> 'c
val sync : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f
val context : 'a -> 'b -> 'c
val access : 'a -> 'b -> unit
val assign : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.lval -> GoblintCil.exp -> 'e
val branch : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.exp -> bool -> 'e
val body : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.fundec -> 'e
val enter : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.lval option -> GoblintCil.fundec -> GoblintCil.exp list -> ('e * 'f) list
val combine : 'a -> GoblintCil.lval option -> 'b -> GoblintCil.fundec -> GoblintCil.exp list -> 'c -> 'd -> 'e
val threadenter : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f -> 'g -> 'h list
val name : unit -> string
module D = MustTIDs
module C = D
module G = MustTIDs
module V : sig ... end
val return : (D.t, D.t, 'a, Goblint_lib__ThreadIdDomain.Thread.t) Analyses.ctx -> Prelude.Ana.exp option -> Prelude.Ana.fundec -> D.t
val special : (D.t, D.t, 'a, Goblint_lib__ThreadIdDomain.Thread.t) Analyses.ctx -> Prelude.Ana.lval option -> Prelude.Ana.varinfo -> Prelude.Ana.exp list -> D.t
val threadspawn : ([ `Lifted of BatSet.Make(Goblint_lib.ThreadIdDomain.Thread).t | `Top ], 'a, 'b, 'c) Analyses.ctx -> 'd -> 'e -> 'f -> ('g, 'h, 'i, 'j) Analyses.ctx -> [ `Lifted of BatSet.Make(Goblint_lib.ThreadIdDomain.Thread).t | `Top ]
val query : (ConcDomain.MustThreadSet.t, 'b, 'c, 'd) Analyses.ctx -> 'a Queries.t -> 'a0 Queries.result
val startstate : 'a -> [ `Lifted of BatSet.Make(Goblint_lib.ThreadIdDomain.Thread).t | `Top ]
val exitstate : 'a -> [ `Lifted of BatSet.Make(Goblint_lib.ThreadIdDomain.Thread).t | `Top ]