package goblint
Static analysis framework for C
Install
Dune Dependency
Authors
Maintainers
Sources
goblint-2.3.0.tbz
sha256=b729c94adb383a39aea32eb005c988dfd44b92af22ee6a4eedf4239542ac6c26
sha512=643b98770e5fe5644324c95c9ae3a9f698f25c8b11b298f0751d524e0b20af368b2a465fc8200b75a73d48fc9a053fd90f5e8920d4db070927f93188bb8687e0
doc/goblint.lib/Goblint_lib/AddressDomain/AddressLatticeRepr/index.html
Module AddressDomain.AddressLatticeRepr
Address lattice with sublattice representatives for DisjointDomain
.
Parameters
module Mval : Mval.Lattice
Signature
include sig ... end
type t = AddressBase(Mval).t =
| Addr of Mval.t
(*Pointer to mvalue.
*)| NullPtr
(*NULL pointer.
*)| UnknownPtr
(*Unknown pointer. Could point to globals, heap and escaped variables.
*)| StrPtr of string option
(*String literal pointer.
*)StrPtr None
abstracts any string pointer
val to_n_c_string : int -> t -> string option
Convert StrPtr
to C string of given maximum length if possible.
val to_string_length : t -> int option
Find length of C string if possible.
val is_definite : t -> bool
Whether address is a NULL
pointer or an mvalue that has only definite integer indexing (and fields).
val of_var : GoblintCil.varinfo -> t
Convert from variable (without offset).
val to_var : t -> GoblintCil.varinfo option
Convert to variable if possible.
val to_var_may : t -> GoblintCil.varinfo option
Convert to variable with any offset if possible.
val to_var_must : t -> GoblintCil.varinfo option
Convert to variable without offset if possible.
val to_exp : t -> GoblintCil.exp
Convert to CIL expression.
val type_of : t -> GoblintCil.typ
Type of address.
val hash : t -> int
val show : t -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
val arbitrary : unit -> t QCheck.arbitrary
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool
module VariableRepr : DisjointDomain.Representative with type elt = t
Representative without mvalue offsets.
module UnitOffsetRepr : DisjointDomain.Representative with type elt = t
Representative without mvalue offset indices.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page