Searched refs:num_counts (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c182 unsigned num_counts; member in struct:function_info
847 fn->num_counts++;
1044 if (length != GCOV_TAG_COUNTER_LENGTH (fn->num_counts))
1048 fn->counts = XCNEWVEC (gcov_type, fn->num_counts);
1050 for (ix = 0; ix != fn->num_counts; ix++)

Completed in 320 milliseconds