Searched refs:isunion (Results 1 – 2 of 2) sorted by relevance
136 extern type_p new_structure (const char *name, int isunion,139 extern type_p find_structure (const char *s, int isunion);
150 new_structure (const char *name, int isunion, struct fileloc *pos, in new_structure() argument159 && UNION_P (si) == isunion) in new_structure()209 s->kind = isunion ? TYPE_UNION : TYPE_STRUCT; in new_structure()226 find_structure (const char *name, int isunion) in find_structure() argument232 && UNION_P (s) == isunion) in find_structure()238 s->kind = isunion ? TYPE_UNION : TYPE_STRUCT; in find_structure()