Searched refs:tagged_tu_seen_cache (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c131 struct tagged_tu_seen_cache {
132 const struct tagged_tu_seen_cache * next;
140 static const struct tagged_tu_seen_cache * tagged_tu_seen_base;
141 static void free_all_tagged_tu_seen_up_to (const struct tagged_tu_seen_cache *);
775 const struct tagged_tu_seen_cache * tagged_tu_seen_base1 = tagged_tu_seen_base;
999 static struct tagged_tu_seen_cache *
1002 struct tagged_tu_seen_cache *tu = XNEW (struct tagged_tu_seen_cache);
1028 free_all_tagged_tu_seen_up_to (const struct tagged_tu_seen_cache *tu_til)
1030 const struct tagged_tu_seen_cache *t
129 struct tagged_tu_seen_cache { struct
[all...]

Completed in 102 milliseconds