package frama-c

  1. Overview
  2. Docs

doc/frama-c-wp.core/Wp/WpTarget/index.html

Module Wp.WpTargetSource

This module computes the set of kernel functions that are considered by the command line options transmitted to WP. That is:

  • all functions on which a verification must be tried,
  • all functions that are called by the previous ones,
  • including those parameterized via the 'calls' clause.

It takes in account the options -wp-bhv and -wp-props so that if all functions are initially selected but in fact some of them are filtered out by these options, they are not considered.

Sourceval compute : WpContext.model -> unit
Sourceval iter : (Frama_c_kernel.Kernel_function.t -> unit) -> unit
  • returns

    the set composed of the given kernel_function together with its callees. If this function does not have a definition, the empty set is returned.

OCaml

Innovation. Community. Security.