Frama-C:
Plug-ins:
Libraries:

Frama-C API - Lscope

val empty : t
val add : Analyses_types.lscope_var -> t -> t
val remove : Analyses_types.lscope_var -> t -> t
  • returns

    a new logic scope in which the given lscope_var has been removed if it was present. Use physical equality to check if the lscope_var is present.

val get_all : t -> Analyses_types.lscope_var list
val is_used : t -> Analyses_types.pred_or_term -> bool