qed
Qed.Bvars
Bound Variables Footprints.
All provided operation are constant-time bitwise and integer operations.
Pdg_types
frama-c-alias.core
frama-c-aorai.core
frama-c-api-generator.core
frama-c-callgraph.core
frama-c-constant_propagation.core
frama-c-dive.core
frama-c-e-acsl.core
frama-c-eva.core
frama-c-eva.gui
frama-c-from.core
frama-c-from.gui
frama-c-impact.core
frama-c-impact.gui
frama-c-inout.core
frama-c-instantiate.core
frama-c-loop-analysis.core
frama-c-markdown-report.core
frama-c-markdown-report.eva-info
frama-c-metrics.core
frama-c-metrics.gui
frama-c-nonterm.core
frama-c-obfuscator.core
frama-c-occurrence.core
frama-c-occurrence.gui
frama-c-pdg.core
frama-c-pdg.types
frama-c-reduc.core
frama-c-region.core
frama-c-report.core
frama-c-rtegen.core
frama-c-rtegen.gui
frama-c-scope.core
frama-c-scope.gui
frama-c-security_slicing.core
frama-c-security_slicing.gui
frama-c-server.core
frama-c-slicing.core
frama-c-slicing.gui
frama-c-sparecode.core
frama-c-studia.core
frama-c-studia.gui
frama-c-users.core
frama-c-variadic.core
frama-c-wp.core
frama-c-wp.gui
frama-c.analysis-scripts
frama-c.boot
frama-c.gui
frama-c.init
frama-c.kernel
frama_c_very_first_cmdline
frama_c_very_first_gui
markdown_report_eva_info
type t
An over-approximation of set of integers
val empty : t
val singleton : int -> t
val order : t -> int
Max stack of binders
val bind : t -> t
Decrease all elements in s after removing 0
s
0
val union : t -> t -> t
val closed : t -> bool
All variables are bound
val closed_at : int -> t -> bool
closed_at n a Does not contains variables k<n
closed_at n a
k<n
val is_empty : t -> bool
No bound variables
val contains : int -> t -> bool
if contains k s returns false then k does not belong to s
contains k s
false
k
val overlap : int -> int -> t -> bool
if may_overlap k n s returns false then no variable i with k<=i<k+n occurs in s.
may_overlap k n s
i
k<=i<k+n
val pretty : Format.formatter -> t -> unit