Home
last modified time | relevance | path

Searched refs:tlist_cache (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.c1126 struct tlist_cache struct
1128 struct tlist_cache *next; argument
1144 static struct tlist_cache *save_expr_cache; argument
1422 struct tlist_cache *t; in verify_tree()
1429 t = XOBNEW (&tlist_obstack, struct tlist_cache); in verify_tree()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c1481 struct tlist_cache struct
1483 struct tlist_cache *next; argument
1499 static struct tlist_cache *save_expr_cache; argument
1794 struct tlist_cache *t;
1801 t = (struct tlist_cache *) obstack_alloc (&tlist_obstack,
H A DChangeLog.43009 (struct tlist, struct tlist_cache): New.