Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h2742 unsigned NumNegativeBits : 8; variable
3033 NumNegativeBits = 0; in EnumDecl()
3084 unsigned NumNegativeBits);
3164 return NumNegativeBits; in getNumNegativeBits()
3167 NumNegativeBits = Num; in setNumNegativeBits()
/external/clang/lib/Sema/
DSemaDecl.cpp14350 unsigned NumNegativeBits = 0; in ActOnEnumBody() local
14368 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()
/external/clang/lib/CodeGen/
DCGExpr.cpp1209 unsigned NumNegativeBits = ED->getNumNegativeBits(); in getRangeForType() local
1212 if (NumNegativeBits) { in getRangeForType()
1213 unsigned NumBits = std::max(NumNegativeBits, NumPositiveBits + 1); in getRangeForType()
/external/clang/lib/AST/
DDecl.cpp3544 unsigned NumNegativeBits) { in completeDefinition() argument
3550 setNumNegativeBits(NumNegativeBits); in completeDefinition()
/external/lldb/source/Symbol/
DClangASTType.cpp5354 unsigned NumNegativeBits = 0; in CompleteTagDeclarationDefinition() local
5369 …leteDefinition(enum_decl->getIntegerType(), promotion_qual_type, NumPositiveBits, NumNegativeBits); in CompleteTagDeclarationDefinition()