package goblint-cil

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

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-cil-2.0.6.tbz
sha256=5577007bfac63c3f0609abdb74119fe674c9bc8529d790e90ef73a85964aa07a
sha512=f1a393fa92614ceaf857bec4df474d3e152c578d0ab5fdf791e9129668861ccaa37efae2f18aa539965d6c2ed4dabb47b4a5262aab55112e181935def06f18da

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

Module LivenessSource

Sourcemodule Usedef : sig ... end
Sourcemodule UD = Usedef
module IH = GoblintCil.Inthash
Sourceval debug : bool ref
Sourceval ignore_inst : (GoblintCil.instr -> bool) ref
Sourceval ignore_call : (GoblintCil.instr -> bool) ref
Sourceval registerIgnoreInst : (GoblintCil.instr -> bool) -> unit
Sourceval registerIgnoreCall : (GoblintCil.instr -> bool) -> unit
Sourceval live_label : string ref
Sourceval live_func : string ref
Sourcemodule VS = UD.VS
Sourceval debug_print : unit -> VS.t -> GoblintCil.Pretty.doc
Sourceval min_print : unit -> VS.t -> GoblintCil.Pretty.doc
Sourceval printer : (unit -> VS.t -> GoblintCil.Pretty.doc) ref
Sourcemodule LiveFlow : sig ... end
Sourcemodule L : sig ... end
Sourceval all_stmts : GoblintCil.stmt list ref
Sourceclass nullAdderClass : object ... end
Sourceval null_adder : GoblintCil.fundec -> GoblintCil.stmt list
Sourceval computeLiveness : GoblintCil.fundec -> unit
Sourceval getLiveSet : int -> VS.t option
Sourceval getLiveness : GoblintCil.stmt -> VS.t
Sourceval getPostLiveness : GoblintCil.stmt -> LiveFlow.t
Sourceval instrLiveness : GoblintCil.instr list -> GoblintCil.stmt -> VS.t -> bool -> VS.t list
Sourceclass livenessVisitorClass : bool -> object ... end
Sourceclass deadnessVisitorClass : object ... end
Sourceval print_everything : unit -> unit
Sourceval match_label : GoblintCil.label -> bool
Sourceclass doFeatureClass : object ... end
Sourceval do_live_feature : GoblintCil.file -> unit
OCaml

Innovation. Community. Security.