package goblint-cil

  1. Overview
  2. Docs
A front-end for the C programming language that facilitates program analysis and transformation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-cil-2.0.9.tbz
sha256=b8f33cf1e3d455ff3db273e8e6e1609fe30873f12b5b68a5173311dc6a0a0bd7
sha512=c279eacac4f766e19b158b1b7c10f92bcaca924634fde4bd88e8f806f33c8f2b401852ab68d2fe5a2ef3f5fe2912f7009104ff99dd43086c91fde5ca7047ad6b

doc/goblint-cil.liveness/Liveness/LiveFlow/index.html

Module Liveness.LiveFlowSource

Sourceval name : string
Sourceval debug : bool ref
Sourcetype t = VS.t
Sourceval pretty : unit -> VS.t -> GoblintCil.Pretty.doc
Sourceval stmtStartData : VS.t IH.t
Sourceval funcExitData : VS.t
Sourceval combineStmtStartData : GoblintCil.stmt -> old:t -> t -> VS.t option
Sourceval combineSuccessors : VS.t -> VS.t -> VS.t
Sourceval doInstr : GoblintCil.instr -> 'a -> VS.t DF.action
Sourceval filterStmt : 'a -> 'b -> bool