Home
last modified time | relevance | path

Searched refs:return_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c3016 gcov_type return_count = fn->blocks[EXIT_BLOCK].count; in output_function_details() local
3021 return_count -= arc->count; in output_function_details()
3027 format_gcov (return_count, called_count, 0)); in output_function_details()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc3096 gcov_type return_count = fn->blocks[EXIT_BLOCK].count; in output_function_details() local
3101 return_count -= arc->count; in output_function_details()
3107 format_gcov (return_count, called_count, 0)); in output_function_details()