Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h2759 unsigned NumNegativeBits : 8; variable
3050 NumNegativeBits = 0; in EnumDecl()
3101 unsigned NumNegativeBits);
3181 return NumNegativeBits; in getNumNegativeBits()
3184 NumNegativeBits = Num; in setNumNegativeBits()
/external/clang/lib/Sema/
DSemaDecl.cpp14807 unsigned NumNegativeBits = 0; in ActOnEnumBody() local
14825 NumNegativeBits = std::max(NumNegativeBits, in ActOnEnumBody()
14863 else if (NumNegativeBits) { in ActOnEnumBody()
14867 if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) { in ActOnEnumBody()
14870 } else if (Packed && NumNegativeBits <= ShortWidth && in ActOnEnumBody()
14874 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) { in ActOnEnumBody()
14880 if (NumNegativeBits <= BestWidth && NumPositiveBits < BestWidth) { in ActOnEnumBody()
14885 if (NumNegativeBits > BestWidth || NumPositiveBits >= BestWidth) in ActOnEnumBody()
14989 NumPositiveBits, NumNegativeBits); in ActOnEnumBody()
/external/clang/lib/CodeGen/
DCGExpr.cpp1235 unsigned NumNegativeBits = ED->getNumNegativeBits(); in getRangeForType() local
1238 if (NumNegativeBits) { in getRangeForType()
1239 unsigned NumBits = std::max(NumNegativeBits, NumPositiveBits + 1); in getRangeForType()
/external/clang/lib/AST/
DDecl.cpp3655 unsigned NumNegativeBits) { in completeDefinition() argument
3661 setNumNegativeBits(NumNegativeBits); in completeDefinition()