Searched refs:uwidth (Results 1 – 1 of 1) sorted by relevance
1214 const uwidth = width.toInteger(); // uwidth is unsigned in visit() local1215 if (uwidth == 0 && !dsym.isAnonymous()) in visit()1224 if (uwidth > max_width) in visit()1226 …or("width `%lld` of bit-field `%s` does not fit in type `%s`", cast(long)uwidth, dsym.toChars(), d… in visit()1229 dsym.fieldWidth = cast(uint)uwidth; in visit()