Frama-C API - Parameters
Configuration of the analysis.
Returns the list (name, descr) of currently enabled abstract domains.
val use_builtin : Frama_c_kernel.Cil_types.kernel_function -> string -> unit
use_builtin kf name
instructs the analysis to use the builtin name
to interpret calls to function kf
. Raises Not_found
if there is no builtin of name name
.
val use_global_value_partitioning : Frama_c_kernel.Cil_types.varinfo -> unit
use_global_value_partitioning vi
instructs the analysis to use value partitioning on the global variable vi
.