Home
last modified time | relevance | path

Searched refs:fieldsz (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c405 const d_uns64 fieldsz = f->type->size(Loc()); in toArgTypes() local
406 assert(fieldsz != SIZE_INVALID && fieldsz < UINT64_MAX - UINT32_MAX); in toArgTypes()
407 if (f->offset < 8 && (f->offset + fieldsz) > 8) in toArgTypes()