package frama-c

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

Module Wp.RegionAnnotSource

Sourcemodule Lpath : sig ... end
Sourcetype region_pattern =
  1. | FREE
  2. | PVAR
  3. | PREF
  4. | PMEM
  5. | PVECTOR
  6. | PMATRIX
Sourcetype region_spec = {
  1. region_name : string option;
  2. region_pattern : region_pattern;
  3. region_lpath : lpath list;
}
Sourceval p_name : region_pattern -> string
Sourceval register : unit -> unit

Auto when `-wp-region`

OCaml

Innovation. Community. Security.