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

/haiku-buildtools/gcc/gcc/
H A Dipa-cp.c820 int *caller_count = (int *) data; local
826 ++*caller_count;
861 int caller_count = 0; local
862 node->call_for_symbol_thunks_and_aliases (count_callers, &caller_count,
864 gcc_checking_assert (caller_count > 0);
865 if (caller_count == 1)
3088 gcov_type *count_sum, int *caller_count)
3113 *caller_count = count;
3123 int caller_count)
3128 ret.create (caller_count);
4121 int freq_sum, caller_count; local
[all...]

Completed in 155 milliseconds