package mopsa

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

Module Standard.ValueSource

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

***********

Sourceval opt_max_intset : int Stdlib.ref

Utilities

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

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

Forward operators

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

include module type of struct include Mopsa.Sig.Abstraction.Simplified_value.DefaultValueFunctions end
Sourceval accept_type : Mopsa.typ -> bool
Sourceval constant : Mopsa.constant -> 'a -> t
Sourceval unop : Mopsa.operator -> 'a -> t -> 'b -> t
Sourceval map2 : (Z.t -> Z.t -> Set.elt) -> t -> t -> Set.t Mopsa.Top.with_top
Sourceval binop : Mopsa.operator -> 'a -> t -> 'b -> t -> 'c -> t
Sourceval join : t -> t -> t
Sourceval widen : 'a -> t -> t -> t

Backward operators

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

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

Comparisons

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

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

Innovation. Community. Security.