Searched refs:blocks_executed (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov.c | 276 unsigned blocks_executed; variable 641 blocks (), blocks_executed (0), counts (), in function_info() 1151 new json::integer_number ((*it)->blocks_executed)); in output_json_intermediate_file() 2598 fn->blocks_executed++; in add_line_counts() 3029 format_gcov (fn->blocks_executed, fn->get_block_count (), 0)); in output_function_details()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov.cc | 276 unsigned blocks_executed; member in function_info 676 blocks (), blocks_executed (0), counts (), in function_info() 1237 new json::integer_number ((*it)->blocks_executed)); in output_json_intermediate_file() 2679 fn->blocks_executed++; in add_line_counts() 3109 format_gcov (fn->blocks_executed, fn->get_block_count (), 0)); in output_function_details()
|
H A D | ChangeLog-2003 | 28339 (struct function_info): Add blocks_executed, line, src, line_next
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gcov.texi | 241 "blocks_executed": @var{blocks_executed}, 259 @var{blocks_executed}: number of executed blocks of the function
|
H A D | gcc.info | 55833 "blocks_executed": BLOCKS_EXECUTED,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gcov.texi | 241 "blocks_executed": 2, 259 @var{blocks_executed}: number of executed blocks of the function
|
H A D | gcc.info | 58822 "blocks_executed": 2,
|