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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c3974 static GTY ((length ("ranges_table_allocated"))) dw_ranges_ref ranges_table;
3977 static GTY(()) unsigned ranges_table_allocated;
7556 if (in_use == ranges_table_allocated)
7558 ranges_table_allocated += RANGES_TABLE_INCREMENT;
7560 = ggc_realloc (ranges_table, (ranges_table_allocated
3973 static GTY(()) unsigned ranges_table_allocated; variable

Completed in 103 milliseconds