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/ValueDomain/Blob/index.html
Module ValueDomain.Blob
Parameters
module Size : IntDomain.ZSignature
include sig ... end
type t = Value.t * Size.t * ZeroInit.tval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.inttype group = Printable.Std.group = |val show_group : group -> 'aval hash : (Value.t * Size.t * ZeroInit.t) -> intval show : (Value.t * Size.t * ZeroInit.t) -> stringval pretty : unit -> (Value.t * Size.t * ZeroInit.t) -> Pretty.docval to_yojson :
(Value.t * Size.t * ZeroInit.t) ->
[> `Assoc of (string * Printable.json) list ]val relift : (Value.t * Size.t * ZeroInit.t) -> Value.t * Size.t * ZeroInit.tval arbitrary : unit -> (Value.t * Size.t * ZeroInit.t) QCheck.arbitraryval bot : unit -> Value.t * Size.t * ZeroInit.tval is_bot : (Value.t * Size.t * ZeroInit.t) -> boolval top : unit -> Value.t * Size.t * ZeroInit.tval is_top : (Value.t * Size.t * ZeroInit.t) -> boolval leq :
(Value.t * Size.t * ZeroInit.t) ->
(Value.t * Size.t * ZeroInit.t) ->
boolval op_scheme :
('a -> 'b -> Value.t) ->
('c -> 'd -> Size.t) ->
('e -> 'f -> ZeroInit.t) ->
('a * 'c * 'e) ->
('b * 'd * 'f) ->
tval join :
(Value.t * Size.t * ZeroInit.t) ->
(Value.t * Size.t * ZeroInit.t) ->
tval meet :
(Value.t * Size.t * ZeroInit.t) ->
(Value.t * Size.t * ZeroInit.t) ->
tval widen :
(Value.t * Size.t * ZeroInit.t) ->
(Value.t * Size.t * ZeroInit.t) ->
tval narrow :
(Value.t * Size.t * ZeroInit.t) ->
(Value.t * Size.t * ZeroInit.t) ->
ttype value = Value.ttype size = Size.ttype origin = ZeroInit.tval printXml : 'a BatInnerIO.output -> (Value.t * Size.t * ZeroInit.t) -> unitval invariant : Invariant.context -> (Value.t * 'a * 'b) -> Invariant.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page