Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4021 unsigned getNumNegativeBits() const { return EnumDeclBits.NumNegativeBits; } in getNumNegativeBits() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp490 EnumDeclBits.addBits(D->getNumNegativeBits(), /*BitWidth=*/8); in VisitEnumDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14082 unsigned NumNegative = Enum->getNumNegativeBits(); in forValueOfCanonicalType()
15018 BitfieldEnumDecl->getNumNegativeBits() == 0) { in AnalyzeBitFieldAssignment()
15047 bool SignedEnum = ED->getNumNegativeBits() > 0; in AnalyzeBitFieldAssignment()
15075 ED->getNumNegativeBits()) in AnalyzeBitFieldAssignment()
H A DSemaDecl.cpp20033 if (Enum->getNumPositiveBits() > 63 || Enum->getNumNegativeBits() > 64) in CheckForDuplicateEnumValues()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4919 unsigned NumNegativeBits = getNumNegativeBits(); in getValueRange()
H A DExprConstant.cpp14023 if (ED->getNumNegativeBits() && ConstexprVar && in VisitCastExpr()
14030 else if (!ED->getNumNegativeBits() && ConstexprVar && in VisitCastExpr()
H A DASTImporter.cpp2341 From->getNumNegativeBits()); in ImportDefinition()