package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module D : Lattice.S
module G : Lattice.S
module V : Printable.S
val startstate : unit -> D.t
val sync : Queries.ask -> (V.t -> G.t) -> (V.t -> G.t -> unit) -> BaseDomain.BaseComponents(D).t -> [ `Normal | `Join | `Return | `Init | `Thread ] -> BaseDomain.BaseComponents(D).t
val enter_multithreaded : Queries.ask -> (V.t -> G.t) -> (V.t -> G.t -> unit) -> BaseDomain.BaseComponents(D).t -> BaseDomain.BaseComponents(D).t
val iter_sys_vars : (V.t -> G.t) -> VarQuery.t -> V.t VarQuery.f -> unit

Queries.IterSysVars for base.

val init : unit -> unit
val finalize : unit -> unit