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

/freebsd-10.3-release/contrib/gcc/
H A Dgengtype.h136 extern type_p new_structure (const char *name, int isunion,
139 extern type_p find_structure (const char *s, int isunion);
H A Dgengtype.c150 new_structure (const char *name, int isunion, struct fileloc *pos, argument
159 && UNION_P (si) == isunion)
209 s->kind = isunion ? TYPE_UNION : TYPE_STRUCT;
226 find_structure (const char *name, int isunion) argument
232 && UNION_P (s) == isunion)
238 s->kind = isunion ? TYPE_UNION : TYPE_STRUCT;

Completed in 88 milliseconds