package frama-c

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

Slice

val remove : t -> unit
val remove_uncalled : unit -> unit

No needs of Journalization

val get_callers : t -> t list
val get_called_slice : t -> Frama_c_kernel.Cil_types.stmt -> t option
val get_mark_from_stmt : t -> Frama_c_kernel.Cil_types.stmt -> Mark.t
val get_mark_from_local_var : t -> Frama_c_kernel.Cil_types.varinfo -> Mark.t
val get_mark_from_formal : t -> Frama_c_kernel.Cil_datatype.Varinfo.t -> Mark.t
val get_user_mark_from_inputs : t -> Mark.t
val get_num_id : t -> int
val from_num_id : Frama_c_kernel.Cil_types.kernel_function -> int -> t

Debug

val pretty : Stdlib.Format.formatter -> t -> unit