Searched refs:NumNegativeBits (Results 1 – 5 of 5) sorted by relevance
2742 unsigned NumNegativeBits : 8; variable3033 NumNegativeBits = 0; in EnumDecl()3084 unsigned NumNegativeBits);3164 return NumNegativeBits; in getNumNegativeBits()3167 NumNegativeBits = Num; in setNumNegativeBits()
14350 unsigned NumNegativeBits = 0; in ActOnEnumBody() local14368 NumNegativeBits = std::max(NumNegativeBits, in ActOnEnumBody()14406 else if (NumNegativeBits) { in ActOnEnumBody()14410 if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) { in ActOnEnumBody()14413 } else if (Packed && NumNegativeBits <= ShortWidth && in ActOnEnumBody()14417 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) { in ActOnEnumBody()14423 if (NumNegativeBits <= BestWidth && NumPositiveBits < BestWidth) { in ActOnEnumBody()14428 if (NumNegativeBits > BestWidth || NumPositiveBits >= BestWidth) in ActOnEnumBody()14532 NumPositiveBits, NumNegativeBits); in ActOnEnumBody()
1209 unsigned NumNegativeBits = ED->getNumNegativeBits(); in getRangeForType() local1212 if (NumNegativeBits) { in getRangeForType()1213 unsigned NumBits = std::max(NumNegativeBits, NumPositiveBits + 1); in getRangeForType()
3544 unsigned NumNegativeBits) { in completeDefinition() argument3550 setNumNegativeBits(NumNegativeBits); in completeDefinition()
5354 unsigned NumNegativeBits = 0; in CompleteTagDeclarationDefinition() local5369 …leteDefinition(enum_decl->getIntegerType(), promotion_qual_type, NumPositiveBits, NumNegativeBits); in CompleteTagDeclarationDefinition()