Home | History | Annotate | Download | only in gcc

Lines Matching defs:temporary_obstack

242 struct obstack temporary_obstack;
447 obstack_1grow (&temporary_obstack, c);
455 obstack_1grow (&temporary_obstack, c);
458 obstack_1grow (&temporary_obstack, '\0');
460 return XOBFINISH (&temporary_obstack, char *);
657 obstack_1grow (&temporary_obstack, c);
667 start = XOBFINISH (&temporary_obstack, char *);
680 obstack_free (&temporary_obstack, temporary_firstobj);
1001 obstack_begin (&temporary_obstack, 0);
1002 temporary_firstobj = (char *) obstack_alloc (&temporary_obstack, 0);
1031 obstack_free (&temporary_obstack, temporary_firstobj);
1238 obstack_free (&temporary_obstack, temporary_firstobj);