Searched refs:salign (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.c667 this->salign = 0;
693 if (salign != 0)
694 return salign;
697 return salign = STRUCTALIGN_DEFAULT;
706 return salign = STRUCTALIGN_DEFAULT;
714 return salign = STRUCTALIGN_DEFAULT;
717 return salign = (structalign_t)n;
H A Daggregate.h142 static void alignmember(structalign_t salign, unsigned size, unsigned *poffset);
H A Dattrib.h132 structalign_t salign; member in class:AlignDeclaration
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.d701 structalign_t salign;
720 extern (D) this(const ref Loc loc, structalign_t salign, Dsymbols* decl)
723 this.salign = salign;
H A Dattrib.h125 structalign_t salign; member in class:AlignDeclaration
H A Ddscope.d766 return ad.salign;
H A Ddsymbolsem.d118 if (!ad.salign.isUnknown()) // UNKNOWN is 0
123 ad.salign.setDefault();
157 ad.salign.setDefault();
159 ad.salign.set(cast(uint) strictest);

Completed in 148 milliseconds