package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get_variable : string -> (unit -> Frama_c_kernel.Cil_types.varinfo) -> Frama_c_kernel.Cil_types.varinfo

get_variable name f searches for an existing variable name. If this variable does not exists, it is created using f.

The obtained varinfo does not need to be registered, nor f needs to perform the registration, it will be done by the transformation.

OCaml

Innovation. Community. Security.