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-1.8.2.tbz
sha256=f4711e3fa53c482cdef2d7ed62b287d859ce55ef8b4ddfdc6071e81034c3bc89
sha512=8a861aa04aed7684a7c86207cfd5b63503984917fe53ae4866890242cb0db38d2c4f7bd5a5565fd094da064fb290e67071bae6874377e10d2005330c71cc13a2

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

Module LivenessSource

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

Innovation. Community. Security.