Frama-C API - Slicing
module Api : sig ... endmodule Fct_slice : sig ... endmodule PrintSlice : sig ... endmodule Register : sig ... endRegister the plugin in the Frama-C kernel. Nothing is exported.
module SlicingActions : sig ... endmodule SlicingCmds : sig ... endmodule SlicingInternals : sig ... endmodule SlicingMacros : sig ... endThis .mli exists mainly to facilitate 'make -j'. A lot of the get_ functions below should be inlined, as there is no good reason to treat those types as semi-private
module SlicingMarks : sig ... endmodule SlicingParameters : sig ... endmodule SlicingProject : sig ... endmodule SlicingSelect : sig ... endmodule SlicingState : sig ... endState of the slicing.
module SlicingTransform : sig ... endExport a CIL application from a slicing project
module SlicingTypes : sig ... endSlicing module types.
module Slicing_request : sig ... end