Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc2951 const int union_p = t->kind == TYPE_UNION; in walk_type() local
2977 if (union_p) in walk_type()
3037 if (!union_p) in walk_type()
3087 if (union_p && tagid) in walk_type()
3092 else if (union_p && default_p) in walk_type()
3098 else if (!union_p && (default_p || tagid)) in walk_type()
3102 else if (union_p && !(default_p || tagid) in walk_type()
3111 else if (union_p && !(default_p || tagid)) in walk_type()
3125 d->in_record_p = !union_p; in walk_type()
3133 if (union_p) in walk_type()
[all …]