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.1.1.tbz
sha256=015ceed9dd8bf073a643672037c2cf63c03f90a76b8c2e87ae8a27dd5d8ba2f0
sha512=079d379715f5bf5c6f31dc8660c5329470643f6325d4a6e32afc15d27844cb573dfd33c768100440d734670bb59b9abb6fb68d19389609c35d072f1b30302dd6

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