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.3.tbz
sha256=6f7db2b495d183458ec887cf1869cd936b8cd6b8bb9dd9c22dda5d510f1b8927
sha512=d101affa1cb5ef0b9048892aa6d1f94117ae3705f999e12793cbe0f5bfa5a9a160f174ffe84afb98a146bf46c02872389d4c161d0857de5a2dc5474994122397

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.