Module LockDomain.MayLocksetNoRW
include module type of struct include PreValueDomain.AD end
val equal : t -> t -> boolval compare : t -> t -> intval name : unit -> stringval arbitrary : unit -> t QCheck.arbitraryval mem : elt -> t -> boolval remove : elt -> t -> tval subset : t -> t -> boolval disjoint : t -> t -> boolval iter : (elt -> unit) -> t -> unitval fold : (elt -> 'a -> 'a) -> t -> 'a -> 'aval for_all : (elt -> bool) -> t -> boolval exists : (elt -> bool) -> t -> boolval filter : (elt -> bool) -> t -> tval partition : (elt -> bool) -> t -> t * tval elements : t -> elt listval of_list : elt list -> tval is_not_null : t -> boolval may_be_null : t -> boolval may_be_unknown : t -> boolval is_definite : t -> boolval is_element : Addr.t -> t -> boolval to_bool : t -> bool optionval of_string : string -> tval to_string : t -> string listval string_writing_defined : t -> bool