Home
last modified time | relevance | path

Searched refs:tlist_obstack (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-common.c1215 static struct obstack tlist_obstack; variable
1238 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()
H A DChangeLog-20003016 (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.