package goblint

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

Termination analysis of loops using counter variables (term).

module M = Messages
val (||?) : 'a option -> 'b option -> 'c option
module TermDomain : sig ... end
val show_location_id : GoblintCil.location -> string
class loopCounterVisitor : GoblintCil.fundec -> object ... end
class loopBreaksVisitor : GoblintCil.fundec -> object ... end
val lvals_of_expr : GoblintCil.exp -> GoblintCil.lval list
class loopVarsVisitor : GoblintCil.fundec -> object ... end
val stripCastsDeep : GoblintCil.exp -> GoblintCil.exp
val cur_loop : GoblintCil.location option Stdlib.ref
val cur_loop' : GoblintCil.location option Stdlib.ref
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.