HomeSort by: relevance | last modified time | path
    Searched defs:tlist_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1843 struct tlist_cache
1845 struct tlist_cache *next;
1861 static struct tlist_cache *save_expr_cache;
2180 struct tlist_cache *t;
2187 t = XOBNEW (&tlist_obstack, struct tlist_cache);
1840 struct tlist_cache struct
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1804 struct tlist_cache
1806 struct tlist_cache *next;
1822 static struct tlist_cache *save_expr_cache;
2141 struct tlist_cache *t;
2148 t = XOBNEW (&tlist_obstack, struct tlist_cache);
1801 struct tlist_cache struct

Completed in 21 milliseconds