package goblint
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Static analysis framework for C
Install
dune-project
Dependency
Authors
Maintainers
Sources
goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d
doc/goblint.lib/Node/index.html
Module Node
include module type of struct include Printable.Std end
type group = Printable.Std.group = |val show_group : group -> 'aval invariant : 'a -> 'b -> Invariant.ttype t = | Statement of CilType.Stmt.t(*The statements as identified by CIL
*)| FunctionEntry of CilType.Fundec.t| Function of CilType.Fundec.t(*The variable information associated with the function declaration.
*)
A node in the Control Flow Graph is either a statement or function. Think of * the function node as last node that all the returning nodes point to. So * the result of the function call is contained in the function node.
val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval _ : t -> Yojson.Safe.tval pretty_plain : unit -> t -> Pretty.docPretty node plainly with entire stmt.
val pretty_plain_short : unit -> t -> Pretty.docPretty node plainly with stmt location.
val pretty_trace : unit -> t -> Pretty.docPretty node for solver variable tracing with short stmt.
val pretty : unit -> t -> Pretty.docOutput functions for Printable interface
val show : t -> stringval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> [> `String of string ]val show_id : t -> stringShow node ID for CFG and results output.
val show_cfg : t -> stringShow node label for CFG.
val hash : t -> intval location : t -> Cil.locationval find_fundec : t -> CilType.Fundec.tFind fundec which the node is in. In an incremental run this might yield old fundecs for pseudo-return nodes from the old file.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>