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.7.tbz
sha256=5a3baafa8a5d5912a8b523ef2a74daa5ccc7dfabde97904b4ba4b8b7a3aa1306
sha512=021e982a4c413394d542ced21165a9e6cfe8b0e0f4df0e4516c84a3b35e6d0fb7d0af8f98788ab410ae167c0f3b9d17c6974c2794c7a95609506945de555449a

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