package frama-c

  1. Overview
  2. Docs
On This Page
  1. Pretty printing
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Db.INOUTKF

Signature common to some Inout plugin options. The results of the computations are available on a per function basis.

type t
val self_internal : State.t ref
val self_external : State.t ref
val compute : (Cil_types.kernel_function -> unit) ref
val get_internal : (Cil_types.kernel_function -> t) ref

Inputs/Outputs with local and formal variables

val get_external : (Cil_types.kernel_function -> t) ref

Inputs/Outputs without either local or formal variables

Pretty printing

val pretty : Format.formatter -> t -> unit