package goblint
Static analysis framework for C
Install
Dune Dependency
Authors
Maintainers
Sources
goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d
doc/goblint.lib/LvalMapDomain/Domain/index.html
Module LvalMapDomain.Domain
Parameters
Signature
module K = Lval.CilLval
module V = V
module MD : sig ... end
include module type of struct include MD end
type t = MapDomain.MapBot(Lval.CilLval)(V).t
type key = Lval.CilLval.t
type value = V.t
val cardinal : t -> int
val empty : unit -> t
val is_empty : t -> bool
val hash : t -> int
val show : t -> string
val pretty : unit -> t -> Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Printable.json
val invariant : Invariant.context -> t -> Invariant.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
val get_value : key -> t -> V.r Prelude.Set.t * V.r Prelude.Set.t
val extend_value : key -> (V.r Prelude.Set.t * V.r Prelude.Set.t) -> t -> t
val union :
('a Prelude.Set.t * 'b Prelude.Set.t) ->
('a Prelude.Set.t * 'b Prelude.Set.t) ->
'a Prelude.Set.t * 'b Prelude.Set.t
val is_special_var : V.k -> bool
val callstack : t -> Cil.location list
val string_of_callstack : t -> string
val filter_values : (V.r -> bool) -> t -> V.r Prelude.Set.t * V.r Prelude.Set.t
val filter_records :
key ->
(V.r -> bool) ->
t ->
V.r Prelude.Set.t * V.r Prelude.Set.t
val string_of_key : V.k -> string
val string_of_keys : V.r Prelude.Set.t -> string
val string_of_map : t -> string list
val warn : ?may:bool -> ?loc:CilType.Location.t list -> string -> unit
val keys_from_lval : Cil.lval -> Queries.ask -> Queries.LS.elt list
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page