cprover
|
Count effective lines of code. More...
#include <goto-programs/goto_functions.h>
Go to the source code of this file.
Functions | |
void | count_eloc (const goto_functionst &goto_functions) |
void | list_eloc (const goto_functionst &goto_functions) |
void | print_path_lengths (const goto_functionst &goto_functions) |
Count effective lines of code.
Definition in file count_eloc.h.
void count_eloc | ( | const goto_functionst & | goto_functions | ) |
Definition at line 46 of file count_eloc.cpp.
References collect_eloc().
Referenced by goto_instrument_parse_optionst::doit().
void list_eloc | ( | const goto_functionst & | goto_functions | ) |
Definition at line 60 of file count_eloc.cpp.
References collect_eloc(), concat_dir_file(), and id2string().
Referenced by goto_instrument_parse_optionst::doit().
void print_path_lengths | ( | const goto_functionst & | goto_functions | ) |
Definition at line 77 of file count_eloc.cpp.
References goto_functions_templatet< bodyT >::entry_point(), forall_goto_functions, forall_goto_program_instructions, goto_functions_templatet< bodyT >::function_map, and goto_program_templatet< codeT, guardT >::instructions.
Referenced by goto_instrument_parse_optionst::doit().