package frama-c

  1. Overview
  2. Docs

doc/frama-c-e-acsl.core/E_ACSL/Varname/index.html

Module E_ACSL.Varname

type scope =
  1. | Global
  2. | Function
  3. | Block
val get : scope:scope -> string -> string
  • returns

    a fresh variable name for the given scope wrt the given name.

val clear_locals : unit -> unit

Reset the generator for variables that are local to a block or a function.

OCaml

Innovation. Community. Security.