Home
last modified time | relevance | path

Searched refs:structalign_t (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h142 static void alignmember(structalign_t salign, unsigned size, unsigned *poffset);
144 unsigned memsize, unsigned memalignsize, structalign_t memalign,
191 structalign_t alignment; // alignment applied outside of the struct
H A Dglobals.h200 typedef unsigned structalign_t; typedef
203 #define STRUCTALIGN_DEFAULT ((structalign_t) ~0)
H A Dattrib.h132 structalign_t salign;
138 structalign_t getAlignment(Scope *sc);
H A Dscope.h158 structalign_t alignment();
H A Ddstruct.c790 structalign_t alignment, in alignmember()
797 case (structalign_t) 1: in alignmember()
801 case (structalign_t) STRUCTALIGN_DEFAULT: in alignmember()
833 structalign_t alignment, in placeField()
H A Dmtype.h322 virtual structalign_t alignment();
469 structalign_t alignment();
790 structalign_t alignment();
H A Dattrib.c691 structalign_t AlignDeclaration::getAlignment(Scope *sc) in getAlignment()
717 return salign = (structalign_t)n; in getAlignment()
835 structalign_t alignment = _scope->alignment(); in setFieldOffset()
H A Ddscope.c589 structalign_t Scope::alignment() in alignment()
H A Ddeclaration.h248 structalign_t alignment;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h147 structalign_t alignment();
H A Dmtype.h307 virtual structalign_t alignment();
456 structalign_t alignment();
785 structalign_t alignment();
H A Daggregate.d512 …extern (D) static void alignmember(structalign_t alignment, uint memalignsize, uint* poffset) pure… in alignmember()
557 structalign_t alignment, uint* paggsize, uint* paggalignsize, bool isunion) in placeField()
H A Dglobals.h244 struct structalign_t struct
H A Ddscope.d761 structalign_t alignment()
770 structalign_t sa;
H A Daggregate.h182 structalign_t alignment; // alignment applied outside of the struct
H A Dattrib.h125 structalign_t salign;
H A Dglobals.d266 extern (C++) struct structalign_t struct
H A Ddstruct.d215 structalign_t alignment; // alignment applied outside of the struct
H A Dattrib.d701 structalign_t salign;
720 extern (D) this(const ref Loc loc, structalign_t salign, Dsymbols* decl) in this()
H A Ddeclaration.h240 structalign_t alignment;
H A Ddclass.d612 alignmember(structalign_t(cast(ushort)b.sym.alignsize), b.sym.alignsize, &offset); in finalizeSize()
H A Dcparse.d44 structalign_t packalign; // current state of #pragma pack alignment
48 Array!structalign_t* packs; // parallel alignment values
4497 structalign_t packalign; /// #pragma pack alignment value
4918 packs = new Array!structalign_t; in pragmaPack()
H A Ddtoh.d1393 private void pushAlignToBuffer(structalign_t alignment)
1412 private void popAlignToBuffer(structalign_t alignment)
H A Dmtype.d2392 structalign_t alignment() in alignment()
2394 structalign_t s; in alignment()
3696 override structalign_t alignment() in alignment()
5660 override structalign_t alignment() in alignment()
H A Ddeclaration.d1084 structalign_t alignment;

12