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

/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarfout.c263 static unsigned pending_types_allocated;
4134 if (pending_types == pending_types_allocated)
4136 pending_types_allocated += PENDING_TYPES_INCREMENT;
4139 sizeof (tree) * pending_types_allocated);
5768 pending_types_allocated = PENDING_TYPES_INCREMENT;
261 static unsigned pending_types_allocated; variable
H A Ddwarf2out.c2426 static unsigned pending_types_allocated; variable
8047 if (pending_types == pending_types_allocated)
8049 pending_types_allocated += PENDING_TYPES_INCREMENT;
8052 sizeof (tree) * pending_types_allocated);

Completed in 106 milliseconds