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

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

Module Liveness

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

Innovation. Community. Security.