package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type validity =
  1. | Valid
  2. | Nullable
type param =
  1. | NotUsed
  2. | ByAddr
  3. | ByValue
  4. | ByShift
  5. | ByRef
  6. | InContext of validity
  7. | InArray of validity
val pp_param : Stdlib.Format.formatter -> param -> unit
type partition
val empty : partition
val compute : string -> (Frama_c_kernel.Cil_types.kernel_function -> partition) -> unit
OCaml

Innovation. Community. Security.