package frama-c

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

State_builder.of read inputs. That is over-approximation of zones read by each function.

include INOUT with type t = Locations.Zone.t
include INOUTKF with type t = Locations.Zone.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 statement : (Cil_types.stmt -> t) Stdlib.ref
val kinstr : Cil_types.kinstr -> t option
val expr : (Cil_types.stmt -> Cil_types.exp -> t) Stdlib.ref
val self_with_formals : State.t Stdlib.ref
val get_with_formals : (Cil_types.kernel_function -> t) Stdlib.ref

Inputs with formals and without local variables

val display_with_formals : (Stdlib.Format.formatter -> Cil_types.kernel_function -> unit) Stdlib.ref