Frama-C:
Plug-ins:
Libraries:

Frama-C API - vis_add_loop_allocates

This class adds loop allocates clauses to all the statements it visits.

same as plain_copy_visitor but for frama-c specific methods

link to the kernel function currently being visited. NB: for copy visitors, the link is to the original kf (anyway, the new kf is created only after the visit is over).

method set_current_kf : Frama_c_kernel_base.Cil_types.kernel_function -> unit

Internal use only.

method reset_current_kf : unit -> unit

Internal use only.