package frama-c

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

Module Wp.PcfgSource

Sourcetype env
Sourcetype label
Sourcetype value =
  1. | Term
  2. | Addr of Sigs.s_lval
  3. | Lval of Sigs.s_lval * label
  4. | Init of Sigs.s_lval * label
  5. | Chunk of string * label
Sourceval create : unit -> env
Sourceval register : Conditions.sequence -> env
Sourceval at : env -> id:int -> label
Sourceval find : env -> Lang.F.term -> value
Sourceval visible : label -> bool
Sourceval subterms : env -> (Lang.F.term -> unit) -> Lang.F.term -> bool
Sourceval prev : label -> label list
Sourceval next : label -> label list
Sourceval iter : (Sigs.mval -> Lang.F.term -> unit) -> label -> unit
Sourceval branching : label -> bool
Sourceclass virtual engine : object ... end
OCaml

Innovation. Community. Security.