PdgIndex.KeyThe keys can be used to identify an element of a function. Have a look at the type t to know which kind of elements can be identified.
type key = private | SigKey of Signature.keykey for an element of the function signature
*)| VarDecl of Frama_c_kernel.Cil_types.varinfovariable declaration
*)| Stmt of Frama_c_kernel.Cil_types.stmtany statement, except a call
*)| CallStmt of Frama_c_kernel.Cil_types.stmtcall statement
*)| Label of Frama_c_kernel.Cil_types.stmt * Frama_c_kernel.Cil_types.labelprogram label
*)| SigCallKey of Frama_c_kernel.Cil_types.stmt * Signature.keykey for an element of a call signature
*)include Frama_c_kernel.Datatype.S with type t = keyinclude Frama_c_kernel.Datatype.S_no_copy with type t = keyval datatype_descr : t Frama_c_kernel.Descr.tDatatype descriptor.
val packed_descr : Frama_c_kernel.Structural_descr.packPacked version of the descriptor.
val reprs : t listList of representants of the descriptor.
val hash : t -> intHash function: same spec than Hashtbl.hash.
val pretty : Stdlib.Format.formatter -> t -> unitPretty print each value in an user-friendly way.
val mem_project : (Frama_c_kernel.Project_skeleton.t -> bool) -> t -> boolmem_project f x must return true iff there is a value p of type Project.t in x such that f p returns true.
val param_key : int -> tval implicit_in_key : Frama_c_kernel.Locations.Zone.t -> tval entry_point : tval top_input : tval output_key : tval out_from_key : Frama_c_kernel.Locations.Zone.t -> tval decl_var_key : Frama_c_kernel.Cil_types.varinfo -> tval label_key :
Frama_c_kernel.Cil_types.stmt ->
Frama_c_kernel.Cil_types.label ->
tval stmt_key : Frama_c_kernel.Cil_types.stmt -> tval call_key : Frama_c_kernel.Cil_types.stmt -> tval call_input_key : Frama_c_kernel.Cil_types.stmt -> int -> tval call_output_key :
Frama_c_kernel.Cil_types.stmt ->
Frama_c_kernel.Locations.Zone.t ->
tval call_outret_key : Frama_c_kernel.Cil_types.stmt -> tval call_ctrl_key : Frama_c_kernel.Cil_types.stmt -> tval call_topin_key : Frama_c_kernel.Cil_types.stmt -> tval stmt : t -> Frama_c_kernel.Cil_types.stmt optionval call_from_id :
Frama_c_kernel.Cil_types.stmt ->
Frama_c_kernel.Cil_types.stmt