package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Lpath : sig ... end
type region_pattern =
  1. | FREE
  2. | PVAR
  3. | PREF
  4. | PMEM
  5. | PVECTOR
  6. | PMATRIX
type region_spec = {
  1. region_name : string option;
  2. region_pattern : region_pattern;
  3. region_lpath : lpath list;
}
val p_name : region_pattern -> string
val register : unit -> unit

Auto when `-wp-region`

OCaml

Innovation. Community. Security.