package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.2.1.tbz
sha256=ca24f72fa9a87d288affe97c411753f14b7802bab4ca3649b337276b89bf5674
sha512=394b3521ccda0da91540cebb2f433f7525763060be4bbe179edd3b952a3580a8e173c4e410fc6895dc67fe6d17e6699aeddfed600f4692858bec093dd912bf1e

doc/goblint.lib/Goblint_lib/Termination/index.html

Module Goblint_lib.Termination

Termination analysis of loops using counter variables (term).

module M = Messages
val (||?) : 'a option -> 'a option -> 'a option
module TermDomain : sig ... end
val show_location_id : GoblintCil.location -> string
class loopCounterVisitor : GoblintCil.fundec -> object ... end
val loopBreaks : (int, GoblintCil.location) Batteries.Hashtbl.t
class loopBreaksVisitor : GoblintCil.fundec -> object ... end
val exits : GoblintCil.block -> GoblintCil.location option
val lvals_of_expr : GoblintCil.exp -> GoblintCil.lval list
val loopVars : (GoblintCil.location, GoblintCil.lval) Batteries.Hashtbl.t
class loopVarsVisitor : GoblintCil.fundec -> object ... end
val stripCastsDeep : GoblintCil.exp -> GoblintCil.exp
val cur_loop : GoblintCil.location option ref
val cur_loop' : GoblintCil.location option ref
val makeVar : GoblintCil.fundec -> GoblintCil.location -> string -> GoblintCil.varinfo
val f_assume : GoblintCil.exp
val f_check : GoblintCil.exp
class loopInstrVisitor : GoblintCil.fundec -> object ... end
module Spec : sig ... end
class recomputeVisitor : GoblintCil.fundec -> object ... end
OCaml

Innovation. Community. Security.