package goblint
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Static analysis framework for C
Install
dune-project
Dependency
Authors
Maintainers
Sources
goblint-2.3.0.tbz
sha256=b729c94adb383a39aea32eb005c988dfd44b92af22ee6a4eedf4239542ac6c26
sha512=643b98770e5fe5644324c95c9ae3a9f698f25c8b11b298f0751d524e0b20af368b2a465fc8200b75a73d48fc9a053fd90f5e8920d4db070927f93188bb8687e0
doc/goblint.lib/Goblint_lib/IntDomain/IntervalFunctor/index.html
Module IntDomain.IntervalFunctor
Parameters
module Ints_t : IntOps.IntOpsSignature
include S with type int_t = Ints_t.t with type t = (Ints_t.t * Ints_t.t) option
include B with type int_t = Ints_t.t with type t = (Ints_t.t * Ints_t.t) option
include Lattice.S with type t = (Ints_t.t * Ints_t.t) option
include Lattice.PO with type t = (Ints_t.t * Ints_t.t) option
include Printable.S with type t = (Ints_t.t * Ints_t.t) option
val hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> booltype int_t = Ints_t.tAccessing values of the ADT
val bot_of : GoblintCil.Cil.ikind -> tval top_of : GoblintCil.Cil.ikind -> tReturn a single integer value if the value is a known constant, otherwise * don't return anything.
val to_bool : t -> bool optionGive a boolean interpretation of an abstract value if possible, otherwise * don't return anything.
Gives a list representation of the excluded values from included range of bits if possible.
Creates an exclusion set from a given list of integers.
val is_excl_list : t -> boolChecks if the element is an exclusion set.
Gives a list representation of the included values if possible.
Cast
val of_bool : GoblintCil.Cil.ikind -> bool -> tTransform a known boolean value to the default internal representation. It * should follow C: of_bool true = of_int 1 and of_bool false = of_int 0.
val is_top_of : GoblintCil.Cil.ikind -> t -> boolval invariant_ikind :
GoblintCil.Cil.exp ->
GoblintCil.Cil.ikind ->
t ->
Invariant.tval project : GoblintCil.Cil.ikind -> PrecisionUtil.int_precision -> t -> tval arbitrary : GoblintCil.Cil.ikind -> t QCheck.arbitraryval add : ?no_ov:bool -> GoblintCil.Cil.ikind -> t -> t -> t * overflow_infoval sub : ?no_ov:bool -> GoblintCil.Cil.ikind -> t -> t -> t * overflow_infoval mul : ?no_ov:bool -> GoblintCil.Cil.ikind -> t -> t -> t * overflow_infoval div : ?no_ov:bool -> GoblintCil.Cil.ikind -> t -> t -> t * overflow_infoval neg : ?no_ov:bool -> GoblintCil.Cil.ikind -> t -> t * overflow_infoval cast_to :
?torg:GoblintCil.Cil.typ ->
?no_ov:bool ->
GoblintCil.Cil.ikind ->
t ->
t * overflow_infoval of_int : GoblintCil.Cil.ikind -> int_t -> t * overflow_infoval of_interval :
?suppress_ovwarn:bool ->
GoblintCil.Cil.ikind ->
(int_t * int_t) ->
t * overflow_infoval starting :
?suppress_ovwarn:bool ->
GoblintCil.Cil.ikind ->
int_t ->
t * overflow_infoval ending :
?suppress_ovwarn:bool ->
GoblintCil.Cil.ikind ->
int_t ->
t * overflow_infoval shift_left : GoblintCil.Cil.ikind -> t -> t -> t * overflow_infoval shift_right : GoblintCil.Cil.ikind -> t -> t -> t * overflow_info sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page