package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val get : Frama_c_kernel.Kernel_function.t -> ?smoking:bool -> ?bhv:string list -> ?prop:string list -> unit -> t

Memoized

val clear : unit -> unit
val body : t -> Cfg.automaton option
val annots : t -> bool
val smoking : t -> Frama_c_kernel.Cil_types.stmt -> bool
val unreachable : t -> Cfg.vertex -> bool
val terminates_deps : t -> Frama_c_kernel.Property.Set.t
val is_recursive : Frama_c_kernel.Kernel_function.t -> bool
val trivial_terminates : int ref