Searched refs:UNION_P (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.h | 331 #define UNION_P(x) \ macro
|
H A D | gengtype.c | 752 if (strcmp (name, si->u.s.tag) == 0 && UNION_P (si) == isunion) in new_structure() 837 if (strcmp (name, s->u.s.tag) == 0 && UNION_P (s) == isunion) in find_structure()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.h | 342 #define UNION_P(x) \ macro
|
H A D | gengtype.cc | 767 if (strcmp (name, si->u.s.tag) == 0 && UNION_P (si) == isunion) in new_structure() 852 if (strcmp (name, s->u.s.tag) == 0 && UNION_P (s) == isunion) in find_structure()
|
H A D | ChangeLog-2002 | 17663 Add more error checking. Use UNION_P when looking at 'desc' option. 17768 (UNION_P): New macro.
|
H A D | ChangeLog-2010 | 3641 (enum gc_used_num, struct type, UNION_P, UNION_OR_STRUCT_P): 3667 (struct pair, enum_gc_used_enum, NUM_PARAM, struct type, UNION_P)
|