Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dgengtype.h136 extern type_p new_structure (const char *name, int isunion,
139 extern type_p find_structure (const char *s, int isunion);
Dgengtype.c150 new_structure (const char *name, int isunion, struct fileloc *pos, in new_structure() argument
159 && 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() argument
232 && UNION_P (s) == isunion) in find_structure()
238 s->kind = isunion ? TYPE_UNION : TYPE_STRUCT; in find_structure()