package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/Dyncall/index.html

Module Frama_c_kernel.Dyncall

val pp_calls : Format.formatter -> Cil_types.kernel_function list -> unit
val get : ?bhv:string -> Cil_types.stmt -> (Property.t * Cil_types.kernel_function list) option

Returns None if there is no specified dynamic call.

val compute : unit -> unit

Forces computation of dynamic calls. Otherwise, they are computed lazily on get. Requires -wp-dynamic.

OCaml

Innovation. Community. Security.