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.0.tbz
sha256=69039cf28cd35be7d66e58ec16425d0dc0320846353261a7ec2dbe05ce3db321
sha512=3567149f6eba01e9626c20d272b50068d90753ee1da25c69b122cf3e27f420f4a5474b0e961fecf7280e856571ec60b6d7602220b46b4f9664632d2660edd5cb

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