module SlicingTransform:sig
..end
Export the slicing project
val default_slice_names : Cil_types.kernel_function -> bool -> int -> string
val extract : f_slice_names:(Cil_types.kernel_function -> bool -> int -> string) ->
string -> Db.Slicing.Project.t -> Project.t
f_slice_names
.
(see db.mli)val is_src_fun_called : Db.Slicing.Project.t -> Cil_types.kernel_function -> bool
true
if the source function is called
(even indirectly via transitivity) from a Slice.t
.val is_src_fun_visible : Db.Slicing.Project.t -> Cil_types.kernel_function -> bool
true
if the source function is visible
(even indirectly via transitivity) from a Slice.t
.