Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c1630 struct tlist_cache struct
1632 struct tlist_cache *next; argument
1648 static struct tlist_cache *save_expr_cache; argument
1966 struct tlist_cache *t; in verify_tree()
1973 t = XOBNEW (&tlist_obstack, struct tlist_cache); in verify_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc1801 struct tlist_cache struct
1803 struct tlist_cache *next; argument
1819 static struct tlist_cache *save_expr_cache; argument
2138 struct tlist_cache *t; in verify_tree()
2145 t = XOBNEW (&tlist_obstack, struct tlist_cache); in verify_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20003015 (struct tlist, struct tlist_cache): New.