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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c1080 const struct tagged_tu_seen_cache * tts_i;
1081 for (tts_i = tagged_tu_seen_base; tts_i != NULL; tts_i = tts_i->next)
1082 if (tts_i->t1 == t1 && tts_i->t2 == t2)
1083 return tts_i->val;
1074 const struct tagged_tu_seen_cache * tts_i; local

Completed in 61 milliseconds