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.8.tbz
sha256=b09009442e27c51e61653ca0104069097bfcb7943457478fd5a153cdda9cbc09
sha512=0f89d8920a35daa9213d7c407d1e1d89d820df9d6da1878335209e166aad68b2a377134ab08bb74499b40d13a7b758959b225b01e067d6e609da5295913e2af7

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