Frama-C API - Initialization
Initialization of variables, built by functor Initialization.Make.
val initial_state_with_formals : lib_entry:bool -> Frama_c_kernel.Cil_types.kernel_function -> state Eval.or_bottomCompute the initial state for an analysis (as in initial_state), but also bind the formal parameters of the function given as argument.
val initialize_local_variable : pos:Position.t -> Eva_ast_types.varinfo -> Eva_ast_types.init -> state -> state Eval.or_bottomInitializes a local variable in the current state.
