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 D | aggregate.h | 142 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 D | globals.h | 200 typedef unsigned structalign_t; typedef 203 #define STRUCTALIGN_DEFAULT ((structalign_t) ~0)
|
H A D | attrib.h | 132 structalign_t salign; 138 structalign_t getAlignment(Scope *sc);
|
H A D | scope.h | 158 structalign_t alignment();
|
H A D | dstruct.c | 790 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 D | mtype.h | 322 virtual structalign_t alignment(); 469 structalign_t alignment(); 790 structalign_t alignment();
|
H A D | attrib.c | 691 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 D | dscope.c | 589 structalign_t Scope::alignment() in alignment()
|
H A D | declaration.h | 248 structalign_t alignment;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | scope.h | 147 structalign_t alignment();
|
H A D | mtype.h | 307 virtual structalign_t alignment(); 456 structalign_t alignment(); 785 structalign_t alignment();
|
H A D | aggregate.d | 512 …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 D | globals.h | 244 struct structalign_t struct
|
H A D | dscope.d | 761 structalign_t alignment() 770 structalign_t sa;
|
H A D | aggregate.h | 182 structalign_t alignment; // alignment applied outside of the struct
|
H A D | attrib.h | 125 structalign_t salign;
|
H A D | globals.d | 266 extern (C++) struct structalign_t struct
|
H A D | dstruct.d | 215 structalign_t alignment; // alignment applied outside of the struct
|
H A D | attrib.d | 701 structalign_t salign; 720 extern (D) this(const ref Loc loc, structalign_t salign, Dsymbols* decl) in this()
|
H A D | declaration.h | 240 structalign_t alignment;
|
H A D | dclass.d | 612 alignmember(structalign_t(cast(ushort)b.sym.alignsize), b.sym.alignsize, &offset); in finalizeSize()
|
H A D | cparse.d | 44 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 D | dtoh.d | 1393 private void pushAlignToBuffer(structalign_t alignment) 1412 private void popAlignToBuffer(structalign_t alignment)
|
H A D | mtype.d | 2392 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 D | declaration.d | 1084 structalign_t alignment;
|
12