HomeSort by: relevance | last modified time | path
    Searched defs:isunion (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.h 35 void setFieldOffset(AggregateDeclaration *ad, FieldState& fieldState, bool isunion);
136 bool isunion; member in class:AnonDeclaration
144 void setFieldOffset(AggregateDeclaration *ad, FieldState& fieldState, bool isunion);
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 764 bool isunion = (kind == TYPE_UNION);
770 if (strcmp (name, si->u.s.tag) == 0 && UNION_P (si) == isunion)
821 isunion ? "union" : "struct", s->u.s.tag);
849 bool isunion = (kind == TYPE_UNION);
855 if (strcmp (name, s->u.s.tag) == 0 && UNION_P (s) == isunion)
760 bool isunion = (kind == TYPE_UNION); local
845 bool isunion = (kind == TYPE_UNION); local
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 765 bool isunion = (kind == TYPE_UNION);
771 if (strcmp (name, si->u.s.tag) == 0 && UNION_P (si) == isunion)
822 isunion ? "union" : "struct", s->u.s.tag);
850 bool isunion = (kind == TYPE_UNION);
856 if (strcmp (name, s->u.s.tag) == 0 && UNION_P (s) == isunion)
761 bool isunion = (kind == TYPE_UNION); local
846 bool isunion = (kind == TYPE_UNION); local

Completed in 62 milliseconds