Frama-C API - StmtStartData
For each statement id, the data at the start. Not found in the hash table means nothing is known about the state at this point. At the end of the analysis this means that the block is not reachable.
type data = 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