Module BufferOverrunDomainRelation.Sym

include AbstractDomain.S
include AbstractDomain.NoJoin
val (<=) : lhs:t -> rhs:t -> bool

the implication relation: lhs <= rhs means lhs |- rhs

val join : t -> t -> t
val widen : prev:t -> next:t -> num_iters:int -> t
val bot : t
val top : t
val of_loc : AbsLoc.Loc.t -> t
val of_loc_offset : AbsLoc.Loc.t -> t
val of_loc_size : AbsLoc.Loc.t -> t
val of_allocsite_offset : AbsLoc.Allocsite.t -> t
val of_allocsite_size : AbsLoc.Allocsite.t -> t
val get_var : t -> Var.t option