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.4.tbz
sha256=adea96efdb7611a688849491b363bcd5fc1e1fb8d6a937185560faefb42dd9cb
sha512=b8d8d835e9425cbbd59aeb06ce457e110cbd91c982d99c51e5a24bd5b7b9362f545db32c33ac6abc87a02015f29c8dc19e97ceb756ae1aefc659914f3598df19

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

Module LivenessSource

Sourcemodule Usedef : sig ... end
Sourcemodule UD = Usedef
module IH = GoblintCil.Inthash
Sourceval debug : bool Stdlib.ref
Sourceval ignore_inst : (GoblintCil.instr -> bool) Stdlib.ref
Sourceval ignore_call : (GoblintCil.instr -> bool) Stdlib.ref
Sourceval registerIgnoreInst : (GoblintCil.instr -> bool) -> unit
Sourceval registerIgnoreCall : (GoblintCil.instr -> bool) -> unit
Sourceval live_label : string Stdlib.ref
Sourceval live_func : string Stdlib.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) Stdlib.ref
Sourcemodule LiveFlow : sig ... end
Sourcemodule L : sig ... end
Sourceval all_stmts : GoblintCil.stmt list Stdlib.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.