Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c742 static unsigned incomplete_types_allocated; variable
4651 if (incomplete_types == incomplete_types_allocated)
4653 incomplete_types_allocated += INCOMPLETE_TYPES_INCREMENT;
4656 sizeof (tree) * incomplete_types_allocated);