Frama-C API - StartData
This module can be used to instantiate the StmtStartData components of the functors below. It is implemented through stmt-indexed hashtables.
Parameters
module X : sig ... endSignature
type data = X.tval mem : Cil_types.stmt -> boolval find : Cil_types.stmt -> dataval replace : Cil_types.stmt -> data -> unitval add : Cil_types.stmt -> data -> unitval iter : (Cil_types.stmt -> data -> unit) -> unit