Analysis_scripts.List_functionsmodule SemanticLocs : sig ... endmodule Self : sig ... endmodule PrintLibc : sig ... endmodule PrintDeclarations : sig ... endmodule Output : sig ... endclass stmt_count_visitor : object ... endval located_within_framac_libc :
(Frama_c_kernel.Filepath.position * 'a) ->
boolclass fun_cabs_visitor : bool -> object ... endval print_json : Frama_c_kernel.Filepath.t -> Frama_c_kernel.Json.t -> unitval pp_semlocs : Stdlib.Format.formatter -> 'a SemanticLocs.t -> unitval pp_loc_size :
Stdlib.Format.formatter ->
(Frama_c_kernel.Cil_datatype.Location.t * int) ->
unitval pp_definitions : Stdlib.Format.formatter -> int SemanticLocs.t -> unitval print_text : funinfo list -> unitval get_size : Frama_c_kernel.Kernel_function.t -> intval definitions_with_size : string -> int SemanticLocs.tval 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 ]