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.1.tbz
sha256=5f81cb3f25c09770e77b5eb4092e6621e456122b6d1219dcc304c062075f9572
sha512=31bb753031e0ef321a2ef065373009270881b1cce7f23167b378845188aed9cb49f18a165edd2e11f751f2c7a7b84ab5ac1da50ba1f5cb975e6e8a97157838ed

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.