package frama-c

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

Module Wp.CfgInfosSource

Sourcetype t
Sourceval get : Frama_c_kernel.Kernel_function.t -> ?smoking:bool -> ?bhv:string list -> ?prop:string list -> unit -> t

Memoized

Sourceval clear : unit -> unit
Sourceval body : t -> Cfg.automaton option
Sourceval annots : t -> bool
Sourceval smoking : t -> Frama_c_kernel.Cil_types.stmt -> bool
Sourceval unreachable : t -> Cfg.vertex -> bool
Sourceval terminates_deps : t -> Frama_c_kernel.Property.Set.t
Sourceval is_entry_point : Frama_c_kernel.Kernel_function.t -> bool
  • returns

    true iff the given argument should always be considered as the main entry point, in particular: lib-entry is inactive.

  • since 28.0-Nickel
Sourceval is_recursive : Frama_c_kernel.Kernel_function.t -> bool
Sourceval trivial_terminates : int ref
OCaml

Innovation. Community. Security.