Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-typeck.c168 struct tagged_tu_seen_cache { struct
169 const struct tagged_tu_seen_cache * next; argument
177 static const struct tagged_tu_seen_cache * tagged_tu_seen_base; argument
1267 static struct tagged_tu_seen_cache *
1270 struct tagged_tu_seen_cache *tu = XNEW (struct tagged_tu_seen_cache); in alloc_tagged_tu_seen_cache()
1298 const struct tagged_tu_seen_cache *tu = tagged_tu_seen_base; in free_all_tagged_tu_seen_up_to()
1301 const struct tagged_tu_seen_cache *const tu1 in free_all_tagged_tu_seen_up_to()
1302 = (const struct tagged_tu_seen_cache *) tu; in free_all_tagged_tu_seen_up_to()
1304 free (CONST_CAST (struct tagged_tu_seen_cache *, tu1)); in free_all_tagged_tu_seen_up_to()
1351 const struct tagged_tu_seen_cache * tts_i; in tagged_types_tu_compatible_p()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c178 struct tagged_tu_seen_cache { struct
179 const struct tagged_tu_seen_cache * next; argument
187 static const struct tagged_tu_seen_cache * tagged_tu_seen_base; argument
1347 static struct tagged_tu_seen_cache *
1350 struct tagged_tu_seen_cache *tu = XNEW (struct tagged_tu_seen_cache); in alloc_tagged_tu_seen_cache()
1378 const struct tagged_tu_seen_cache *tu = tagged_tu_seen_base; in free_all_tagged_tu_seen_up_to()
1381 const struct tagged_tu_seen_cache *const tu1 in free_all_tagged_tu_seen_up_to()
1382 = (const struct tagged_tu_seen_cache *) tu; in free_all_tagged_tu_seen_up_to()
1384 free (CONST_CAST (struct tagged_tu_seen_cache *, tu1)); in free_all_tagged_tu_seen_up_to()
1431 const struct tagged_tu_seen_cache * tts_i; in tagged_types_tu_compatible_p()
[all …]