HomeSort by: relevance | last modified time | path
    Searched refs:structalign_t (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
scope.h 147 structalign_t alignment();
aggregate.d 512 extern (D) static void alignmember(structalign_t alignment, uint memalignsize, uint* poffset) pure nothrow @safe
557 structalign_t alignment, uint* paggsize, uint* paggalignsize, bool isunion)
aggregate.h 182 structalign_t alignment; // alignment applied outside of the struct
globals.h 244 struct structalign_t struct in class:FeatureState
261 //#define STRUCTALIGN_DEFAULT ((structalign_t) ~0)
globals.d 266 extern (C++) struct structalign_t
284 //alias structalign_t = uint;
288 //enum STRUCTALIGN_DEFAULT = (cast(structalign_t)~0);
attrib.h 125 structalign_t salign;
dscope.d 761 structalign_t alignment()
770 structalign_t sa;
mtype.h 307 virtual structalign_t alignment();
456 structalign_t alignment();
785 structalign_t alignment();
dstruct.d 215 structalign_t alignment; // alignment applied outside of the struct
attrib.d 701 structalign_t salign;
720 extern (D) this(const ref Loc loc, structalign_t salign, Dsymbols* decl)
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;
dclass.d 612 alignmember(structalign_t(cast(ushort)b.sym.alignsize), b.sym.alignsize, &offset);
declaration.h 240 structalign_t alignment;
dtoh.d 1393 private void pushAlignToBuffer(structalign_t alignment)
1412 private void popAlignToBuffer(structalign_t alignment)
declaration.d 1084 structalign_t alignment;
mtype.d 2392 structalign_t alignment()
2394 structalign_t s;
3696 override structalign_t alignment()
5660 override structalign_t alignment()

Completed in 51 milliseconds