package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d

doc/goblint.lib/MyLiveness/index.html

Module MyLiveness

module DF = Dataflow
module UD = Usedef
module IH = Inthash
module E = Errormsg
val debug : bool ref
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
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.