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

/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarfout.c259 static tree *pending_types_list;
261 /* Number of elements currently allocated for the pending_types_list. */
265 /* Number of elements of pending_types_list currently in use. */
4128 /* Remember a type in the pending_types_list. */
4137 pending_types_list
4138 = (tree *) xrealloc (pending_types_list,
4141 pending_types_list[pending_types++] = type;
4145 pending_types_list more than once. */
4170 "un-pend" types to/from the pending_types_list.
4181 been output are instead placed onto the pending_types_list
257 static tree *pending_types_list; variable
[all...]
H A Ddwarf2out.c2423 static tree *pending_types_list; variable
2425 /* Number of elements currently allocated for the pending_types_list. */
2428 /* Number of elements of pending_types_list currently in use. */
8041 /* Remember a type in the pending_types_list. */
8050 pending_types_list
8051 = (tree *) xrealloc (pending_types_list,
8055 pending_types_list[pending_types++] = type;
8061 For each type output, remove the given type from the pending_types_list
8073 type = pending_types_list[pending_types];

Completed in 170 milliseconds