module PrintSlice: sig
.. end
Everything needed to print the result
val find_sub_stmts : Cil_types.stmt -> Cil_types.stmt list
val str_call_sig : SlicingInternals.fct_slice -> Cil_types.stmt -> Format.formatter -> unit
class printerClass : SlicingInternals.fct_slice option ->
object
.. end
val print_fct_from_pdg : Format.formatter -> ?ff:SlicingInternals.fct_slice -> PdgTypes.Pdg.t -> unit
val print_marked_ff : Format.formatter -> SlicingInternals.fct_slice -> unit
val print_original_glob : Format.formatter -> Cil_types.global -> unit
module PrintProject: sig
.. end
module PrintProjGraph: Graph.Graphviz.Dot
(
PrintProject
)
val build_dot_project : string -> string -> SlicingInternals.project -> unit
val print_fct_stmts : Format.formatter -> 'a * Cil_types.kernel_function -> unit