Searched refs:fieldsz (Results 1 – 1 of 1) sorted by relevance
405 const d_uns64 fieldsz = f->type->size(Loc()); in toArgTypes() local406 assert(fieldsz != SIZE_INVALID && fieldsz < UINT64_MAX - UINT32_MAX); in toArgTypes()407 if (f->offset < 8 && (f->offset + fieldsz) > 8) in toArgTypes()