Searched refs:tlist_obstack (Results 1 – 2 of 2) sorted by relevance
1215 static struct obstack tlist_obstack; variable1238 l = XOBNEW (&tlist_obstack, struct tlist); in new_tlist()1508 t = XOBNEW (&tlist_obstack, struct tlist_cache); in verify_tree()1570 gcc_obstack_init (&tlist_obstack); in verify_sequence_points()1571 tlist_firstobj = (char *) obstack_alloc (&tlist_obstack, 0); in verify_sequence_points()1576 obstack_free (&tlist_obstack, tlist_firstobj); in verify_sequence_points()
3016 (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.