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

/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.c104 static struct obstack temp_decl_obstack; variable in typeref:struct:obstack
292 gcc_obstack_init (&temp_decl_obstack);
293 temp_decl_firstobj = (char *) obstack_alloc (&temp_decl_obstack, 0);
615 obstack_free (&temp_decl_obstack, temp_decl_firstobj);
799 else if (_obstack_allocated_p (&temp_decl_obstack, object))
801 obstack = &temp_decl_obstack;
802 obstack_name = "temp_decl_obstack";
2070 /* Similar, but build on the temp_decl_obstack. */
2078 current_obstack = &temp_decl_obstack;
2130 /* Similar, but build on the temp_decl_obstack
[all...]

Completed in 91 milliseconds