frama-c.analysis-scripts
Analysis_scripts.List_functions
Pdg_types
frama-c-alias.core
frama-c-aorai.core
frama-c-api-generator.core
frama-c-callgraph.core
frama-c-constant_propagation.core
frama-c-dive.core
frama-c-e-acsl.core
frama-c-eva.core
frama-c-eva.gui
frama-c-from.core
frama-c-from.gui
frama-c-impact.core
frama-c-impact.gui
frama-c-inout.core
frama-c-instantiate.core
frama-c-loop-analysis.core
frama-c-markdown-report.core
frama-c-markdown-report.eva-info
frama-c-metrics.core
frama-c-metrics.gui
frama-c-nonterm.core
frama-c-obfuscator.core
frama-c-occurrence.core
frama-c-occurrence.gui
frama-c-pdg.core
frama-c-pdg.types
frama-c-postdominators.core
frama-c-reduc.core
frama-c-report.core
frama-c-rtegen.core
frama-c-rtegen.gui
frama-c-scope.core
frama-c-scope.gui
frama-c-security_slicing.core
frama-c-security_slicing.gui
frama-c-server.core
frama-c-slicing.core
frama-c-slicing.gui
frama-c-sparecode.core
frama-c-studia.core
frama-c-studia.gui
frama-c-users.core
frama-c-variadic.core
frama-c-wp.core
frama-c-wp.gui
frama-c.boot
frama-c.gui
frama-c.init
frama-c.kernel
frama_c_very_first_cmdline
frama_c_very_first_gui
markdown_report_eva_info
qed
module SemanticLocs : sig ... end
module Self : sig ... end
module PrintLibc : sig ... end
module PrintDeclarations : sig ... end
module Output : sig ... end
type funinfo = {
name : string;
declarations : unit SemanticLocs.t;
definitions : int SemanticLocs.t;
}
class stmt_count_visitor : object ... end
val located_within_framac_libc : (Frama_c_kernel.Filepath.position * 'a) -> bool
class fun_cabs_visitor : bool -> object ... end
val print_json : Frama_c_kernel.Filepath.Normalized.t -> Frama_c_kernel.Json.t -> unit
val pp_semlocs : Format.formatter -> 'a SemanticLocs.t -> unit
val pp_loc_size : Format.formatter -> (Frama_c_kernel.Cil_datatype.Location.t * int) -> unit
val pp_definitions : Format.formatter -> int SemanticLocs.t -> unit
val print_text : funinfo list -> unit
val get_size : Frama_c_kernel.Kernel_function.t -> int
val definitions_with_size : string -> int SemanticLocs.t
val json_string_of_loc : Frama_c_kernel.Cil_datatype.Location.t -> [> `String of string ]
val json_list_of_loc_tbl : 'a SemanticLocs.t -> [> `List of [> `String of string ] list ]
val json_array_of_loc_size : (Frama_c_kernel.Cil_datatype.Location.t * 'a) -> [> `Assoc of (string * [> `Int of 'a | `String of string ]) list ]
val json_list_of_loc_size_tbl : 'a SemanticLocs.t -> [> `List of [> `Assoc of (string * [> `Int of 'a | `String of string ]) list ] list ]
val run : unit -> unit