Searched refs:tlist_obstack (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-common.c | 1136 static struct obstack tlist_obstack; variable 1159 l = XOBNEW (&tlist_obstack, struct tlist); in new_tlist() 1429 t = XOBNEW (&tlist_obstack, struct tlist_cache); in verify_tree() 1491 gcc_obstack_init (&tlist_obstack); in verify_sequence_points() 1492 tlist_firstobj = (char *) obstack_alloc (&tlist_obstack, 0); in verify_sequence_points() 1497 obstack_free (&tlist_obstack, tlist_firstobj); in verify_sequence_points()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-common.c | 1491 static struct obstack tlist_obstack; variable 1518 l = (struct tlist *) obstack_alloc (&tlist_obstack, sizeof *l); 1801 t = (struct tlist_cache *) obstack_alloc (&tlist_obstack, 1875 gcc_obstack_init (&tlist_obstack); 1876 tlist_firstobj = obstack_alloc (&tlist_obstack, 0); 1881 obstack_free (&tlist_obstack, tlist_firstobj);
|
| H A D | ChangeLog.4 | 3010 (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.
|