package goblint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.