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

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-util.c242 /* We set the following fields: merge, n_functions, and functions. */
243 obj_info->n_functions = num_fn_info;
538 unsigned n_functions = info1->n_functions; local
541 gcc_assert (info2->n_functions == n_functions);
542 for (f_ix = 0; f_ix < n_functions; f_ix++)
606 if (ret && ret->n_functions != info->n_functions)
611 ret->n_functions,
[all...]
H A Dlibgcov-driver.c254 for (f_ix = 0; f_ix != gi_ptr->n_functions; f_ix++)
303 crc32 = crc32_unsigned (crc32, gi_ptr->n_functions);
305 for (f_ix = 0; (unsigned)f_ix != gi_ptr->n_functions; f_ix++)
416 for (f_ix = 0; (unsigned)f_ix != gi_ptr->n_functions;
535 for (f_ix = 0; f_ix != gi_ptr->n_functions; f_ix++)
732 for (f_ix = 0; (unsigned)f_ix != gi_ptr->n_functions; f_ix++)
889 if (!info->version || !info->n_functions)
H A Dlibgcov-interface.c109 for (f_ix = 0; f_ix < gi_ptr->n_functions; f_ix++)
H A Dlibgcov.h201 unsigned n_functions; /* number of functions */ member in struct:gcov_info
/haiku-buildtools/gcc/gcc/
H A Dcoverage.c983 /* n_functions */
1067 /* n_functions */
1191 unsigned n_functions = vec_safe_length (ctor);
1194 build_index_type (size_int (n_functions - 1)));
1187 unsigned n_functions = vec_safe_length (ctor); local

Completed in 57 milliseconds