Access.WarnAccsAccess sets for race detection and warnings.
type t = {node : AS.t;Accesses for current memo. From accesses at trie node corresponding to memo offset.
*)prefix : AS.t;Accesses for all prefixes. From accesses to trie node ancestors.
*)type_suffix : AS.t;Accesses for all type suffixes. From offset suffixes in other tries.
*)type_suffix_prefix : AS.t;Accesses to all prefixes of all type suffixes.
*)}val is_empty : t -> boolval empty : unit -> tval pretty : unit -> t -> GoblintCil.Pretty.doc