package binsec

  1. Overview
  2. Docs

doc/binsec.base/Binsec_base/Interval/BitVecFlat/index.html

Module Interval.BitVecFlatSource

include S with type point = Bitvector.t and type interval = Bitvector.t t
Sourcetype point = Bitvector.t
Sourcetype interval = Bitvector.t t
Sourcetype t
Sourceval empty : t
Sourceval singleton : interval -> t
Sourceval add : interval -> t -> t
Sourceval remove : interval -> t -> t
Sourceval is_empty : t -> bool
Sourceval cardinal : t -> int
Sourceval mem : interval -> t -> bool
Sourceval min : t -> point option
Sourceval max : t -> point option
Sourceval is_point : t -> point option
Sourceval is_interval : t -> interval option
Sourceval belongs : point -> t -> interval list
Sourceval intersects : interval -> t -> interval list
Sourceval map : (interval -> interval) -> t -> t
Sourceval iter : (interval -> unit) -> t -> unit
Sourceval fold : (interval -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval union : t -> t -> t
Sourceval inter : t -> t -> t
Sourceval print : (point -> string) -> t -> string
Sourceval top : int -> t
Sourceval bot : int -> t
Sourceval equal : Bitvector.t -> t
Sourceval distinct : Bitvector.t -> t
Sourceval ule : Bitvector.t -> t
Sourceval uge : Bitvector.t -> t
Sourceval ult : Bitvector.t -> t
Sourceval ugt : Bitvector.t -> t
Sourceval sle : Bitvector.t -> t
Sourceval sge : Bitvector.t -> t
Sourceval slt : Bitvector.t -> t
Sourceval sgt : Bitvector.t -> t
Sourceval zero_extend : int -> t -> t
Sourceval sign_extend : int -> t -> t
Sourceval extract : int Basic_types.interval -> t -> t
Sourceval concat : t -> t -> t
Sourceval bvand : t -> t -> t
Sourceval bvor : t -> t -> t
Sourceval bvadd : t -> t -> t
Sourceval bvsub : t -> t -> t