package goblint

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

Access sets for race detection and warnings.

type t = {
  1. node : AS.t;
    (*

    Accesses for current memo. From accesses at trie node corresponding to memo offset.

    *)
  2. prefix : AS.t;
    (*

    Accesses for all prefixes. From accesses to trie node ancestors.

    *)
  3. type_suffix : AS.t;
    (*

    Accesses for all type suffixes. From offset suffixes in other tries.

    *)
  4. type_suffix_prefix : AS.t;
    (*

    Accesses to all prefixes of all type suffixes.

    *)
}
val diff : t -> t -> t
val union_all : t -> AS.t
val is_empty : t -> bool
val empty : unit -> t
val pretty : unit -> t -> GoblintCil.Pretty.doc
OCaml

Innovation. Community. Security.