Searched defs:isunion (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | nspace.d | 149 override void setFieldOffset(AggregateDeclaration ad, ref FieldState fieldState, bool isunion) in setFieldOffset()
|
H A D | attrib.d | 177 override void setFieldOffset(AggregateDeclaration ad, ref FieldState fieldState, bool isunion) in setFieldOffset() 750 bool isunion; /// whether it's a union variable 756 extern (D) this(const ref Loc loc, bool isunion, Dsymbols* decl) in this() 775 override void setFieldOffset(AggregateDeclaration ad, ref FieldState fieldState, bool isunion) in setFieldOffset()
|
H A D | dstruct.d | 289 bool isunion = isUnionDeclaration() !is null; in finalizeSize() local
|
H A D | aggregate.d | 557 structalign_t alignment, uint* paggsize, uint* paggalignsize, bool isunion) in placeField()
|
H A D | declaration.d | 1159 override void setFieldOffset(AggregateDeclaration ad, ref FieldState fieldState, bool isunion) in setFieldOffset() 1715 …verride final void setFieldOffset(AggregateDeclaration ad, ref FieldState fieldState, bool isunion) in setFieldOffset()
|
H A D | dsymbol.d | 1181 void setFieldOffset(AggregateDeclaration ad, ref FieldState fieldState, bool isunion) in setFieldOffset()
|
H A D | dtemplate.d | 7671 override void setFieldOffset(AggregateDeclaration ad, ref FieldState fieldState, bool isunion) in setFieldOffset()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | nspace.c | 224 void Nspace::setFieldOffset(AggregateDeclaration *ad, unsigned *poffset, bool isunion) in setFieldOffset()
|
H A D | dstruct.c | 836 bool isunion in placeField() 1259 bool isunion = isUnionDeclaration() != NULL; in finalizeSize() local
|
H A D | attrib.c | 253 void AttribDeclaration::setFieldOffset(AggregateDeclaration *ad, unsigned *poffset, bool isunion) in setFieldOffset() 722 AnonDeclaration::AnonDeclaration(Loc loc, bool isunion, Dsymbols *decl) in AnonDeclaration() 779 void AnonDeclaration::setFieldOffset(AggregateDeclaration *ad, unsigned *poffset, bool isunion) in setFieldOffset()
|
H A D | declaration.c | 1712 void VarDeclaration::setFieldOffset(AggregateDeclaration *ad, unsigned *poffset, bool isunion) in setFieldOffset()
|
H A D | dtemplate.c | 8649 void TemplateMixin::setFieldOffset(AggregateDeclaration *ad, unsigned *poffset, bool isunion) in setFieldOffset()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.c | 746 bool isunion = (kind == TYPE_UNION); in new_structure() local 831 bool isunion = (kind == TYPE_UNION); in find_structure() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.cc | 761 bool isunion = (kind == TYPE_UNION); in new_structure() local 846 bool isunion = (kind == TYPE_UNION); in find_structure() local
|