package goblint

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

The basic thread domain that distinguishes singlethreaded mode, a single * thread ID, and otherwise goes to top.

module Simple = ThreadFlagDomain.Simple
module ThreadLifted = ThreadIdDomain.ThreadLifted
include sig ... end
val expand_fst : bool
val expand_snd : bool
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
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 hash : (Simple.t * ThreadLifted.t) -> int
val printXml : 'a BatInnerIO.output -> (Simple.t * ThreadLifted.t) -> unit
val to_yojson : (Simple.t * ThreadLifted.t) -> [> `Assoc of (string * Printable.json) list ]
val arbitrary : unit -> (Simple.t * ThreadLifted.t) QCheck.arbitrary
val bot : unit -> Simple.t * ThreadLifted.t
val is_bot : (Simple.t * ThreadLifted.t) -> bool
val top : unit -> Simple.t * ThreadLifted.t
val is_top : (Simple.t * ThreadLifted.t) -> bool
val leq : (Simple.t * ThreadLifted.t) -> (Simple.t * ThreadLifted.t) -> bool
val pretty_diff : unit -> (t * t) -> Pretty.doc
val op_scheme : ('a -> 'b -> Simple.t) -> ('c -> 'd -> ThreadLifted.t) -> ('a * 'c) -> ('b * 'd) -> t
val narrow : (Simple.t * ThreadLifted.t) -> (Simple.t * ThreadLifted.t) -> t
val widen : (Simple.t * ThreadLifted.t) -> (Simple.t * ThreadLifted.t) -> t
val name : unit -> string
val is_multi : (Simple.t * 'a) -> bool
val is_not_main : (Simple.t * 'a) -> bool
val show : (Simple.t * [< `Bot | `Lifted of ThreadIdDomain.Thread.t | `Top ]) -> string
val pretty : unit -> (Simple.t * [< `Bot | `Lifted of ThreadIdDomain.Thread.t | `Top ]) -> Pretty.doc