Home
last modified time | relevance | path

Searched refs:getNumNegativeBits (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1288 if (ED->getNumNegativeBits() && in diagnoseEnumValue()
1294 } else if (!ED->getNumNegativeBits() && Max.ult(Value.getZExtValue())) { in diagnoseEnumValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4155 unsigned getNumNegativeBits() const { return EnumDeclBits.NumNegativeBits; } in getNumNegativeBits() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp682 EnumDeclBits.addBits(D->getNumNegativeBits(), /*BitWidth=*/8); in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10478 unsigned NumNegative = Enum->getNumNegativeBits(); in forValueOfCanonicalType()
11490 BitfieldEnumDecl->getNumNegativeBits() == 0) { in AnalyzeBitFieldAssignment()
11526 bool SignedEnum = ED->getNumNegativeBits() > 0; in AnalyzeBitFieldAssignment()
11563 ED->getNumNegativeBits()) in AnalyzeBitFieldAssignment()
H A DSemaDecl.cpp20274 if (Enum->getNumPositiveBits() > 63 || Enum->getNumNegativeBits() > 64) in CheckForDuplicateEnumValues()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5078 unsigned NumNegativeBits = getNumNegativeBits(); in getValueRange()
H A DExprConstant.cpp15263 if (ED->getNumNegativeBits() && in VisitCastExpr()
15269 else if (!ED->getNumNegativeBits() && in VisitCastExpr()
H A DASTImporter.cpp2657 From->getNumNegativeBits()); in ImportDefinition()