Home
last modified time | relevance | path

Searched defs:actualAlignment (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d561 const uint actualAlignment = in placeField() local
H A Dtypesem.d2398 …const actualAlignment = (explicitAlignment.isDefault() ? naturalAlignment : explicitAlignment.get(… in getProperty() local
H A Dexpressionsem.d6449 …const actualAlignment = (explicitAlignment.isDefault() ? naturalAlignment : explicitAlignment.get(… in visit() local
12653 …const actualAlignment = explicitAlignment.isDefault() ? naturalAlignment : explicitAlignment.get(); in semanticY() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c841 const unsigned actualAlignment = in placeField() local
H A Dmtype.c2065 …unsigned actualAlignment = (explicitAlignment == STRUCTALIGN_DEFAULT ? naturalAlignment : explicit… in getProperty() local