package mopsa

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

Types

*********

module Powerset : sig ... end
include module type of struct include Powerset end
module Set = Powerset.Set
val bottom : t
val top : t
val is_top : t -> bool
val subset : t -> t -> bool
val equal : t -> t -> bool
val meet : t -> t -> t
val union : t -> t -> t
val inter : t -> t -> t
val diff : t -> t -> t
val print : Core.Print.printer -> t -> unit
val add : Set.elt -> t -> t
val fold : (Z.t -> 'a -> 'a) -> t -> 'a -> 'a
val remove : Z.t -> t -> t
val mem : Z.t -> t -> bool
val partition : (Set.elt -> bool) -> t -> t * t
val exists : (Set.elt -> bool) -> t -> bool
val for_all : (Set.elt -> bool) -> t -> bool
val cardinal : t -> int
val find : Set.elt -> t -> Z.t
val choose : t -> Z.t
val singleton : Z.t -> t
val of_list : Z.t list -> Set.t Mopsa_utils.Top.with_top
val is_empty : t -> bool
val empty : t
val is_bottom : t -> bool
val is_singleton : t -> bool
val elements : t -> Set.elt list
val map : (Z.t -> Z.t) -> t -> t
val iter : (Z.t -> unit) -> t -> unit
val apply : (Set.t -> 'a) -> 'a -> t -> 'a
include sig ... end
val id : t Core__Id.id
val name : string
val display : string
val debug : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a

Options

***********

val opt_max_intset : int Stdlib.ref

Utilities

*************

val bound : t -> t
val of_bool : bool -> bool -> t
val of_bounds : Z.t -> Z.t -> t
val zero : t
val is_zero : t -> bool
val contains_zero : t -> bool
val contains_nonzero : t -> bool

Forward operators

*********************

include module type of struct include Mopsa.Sig.Abstraction.Simplified_value.DefaultValueFunctions end

Template module with default transfer functions

Template module with default transfer functions

Template module with default transfer functions

Template module with default transfer functions

val accept_type : Mopsa.typ -> bool
val constant : Mopsa.constant -> 'a -> t
val unop : Mopsa.operator -> 'a -> t -> 'b -> t
val map2 : (Z.t -> Z.t -> Set.elt) -> t -> t -> Set.t Mopsa.Top.with_top
val binop : Mopsa.operator -> 'a -> t -> 'b -> t -> 'c -> t
val join : t -> t -> t
val widen : 'a -> t -> t -> t

Backward operators

**********************

val filter : bool -> 'a -> t -> t
val avalue : 'r. 'r Mopsa.avalue_kind -> t -> 'r option
val backward_unop : Mopsa.operator -> Core.All.typ -> t -> Core.All.typ -> t -> t
val backward_binop : Mopsa.operator -> Core.All.typ -> t -> Core.All.typ -> t -> Core.All.typ -> t -> t * t

Comparisons

***************

val filt : Powerset.t -> (Powerset.Set.elt -> 'a -> bool) -> ('b -> 'a) -> 'b Mopsa.Top.with_top -> Powerset.t
val compare : Mopsa.operator -> bool -> Core.All.typ -> t -> Core.All.typ -> t -> t * t
OCaml

Innovation. Community. Security.