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-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d
doc/goblint.lib/LvalMapDomain/Domain/index.html
Module LvalMapDomain.Domain
Parameters
Signature
module K = Lval.CilLvalmodule V = Vmodule MD : sig ... endinclude module type of struct include MD end
type t = MapDomain.MapBot(Lval.CilLval)(V).ttype key = Lval.CilLval.ttype value = V.tval cardinal : t -> intval empty : unit -> tval is_empty : t -> boolval hash : t -> intval show : t -> stringval pretty : unit -> t -> Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Printable.jsonval invariant : Invariant.context -> t -> Invariant.tval tag : t -> intval arbitrary : unit -> t QCheck.arbitraryval bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> boolval get_value : key -> t -> V.r Prelude.Set.t * V.r Prelude.Set.tval extend_value : key -> (V.r Prelude.Set.t * V.r Prelude.Set.t) -> t -> tval union :
('a Prelude.Set.t * 'b Prelude.Set.t) ->
('a Prelude.Set.t * 'b Prelude.Set.t) ->
'a Prelude.Set.t * 'b Prelude.Set.tval is_special_var : V.k -> boolval callstack : t -> Cil.location listval string_of_callstack : t -> stringval filter_values : (V.r -> bool) -> t -> V.r Prelude.Set.t * V.r Prelude.Set.tval filter_records :
key ->
(V.r -> bool) ->
t ->
V.r Prelude.Set.t * V.r Prelude.Set.tval string_of_key : V.k -> stringval string_of_keys : V.r Prelude.Set.t -> stringval string_of_map : t -> string listval warn : ?may:bool -> ?loc:CilType.Location.t list -> string -> unitval 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