package frama-c

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

State_builder.of operational inputs. That is:

  • over-approximation of zones whose input values are read by each function, State_builder.of sure outputs
  • under-approximation of zones written by each function.
include INOUTKF with type t = Inout_type.t
type t = Inout_type.t
val self_internal : State.t Stdlib.ref
val self_external : State.t Stdlib.ref
val compute : (Cil_types.kernel_function -> unit) Stdlib.ref
val get_internal : (Cil_types.kernel_function -> t) Stdlib.ref

Inputs/Outputs with local and formal variables

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

Inputs/Outputs without either local or formal variables

Pretty printing

val display : (Stdlib.Format.formatter -> Cil_types.kernel_function -> unit) Stdlib.ref
val pretty : Stdlib.Format.formatter -> t -> unit
val get_internal_precise : (?stmt:Cil_types.stmt -> Cil_types.kernel_function -> Inout_type.t) Stdlib.ref

More precise version of get_internal function. If stmt is specified, and is a possible call to the given kernel_function, returns the operational inputs for this call.

OCaml

Innovation. Community. Security.