Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3517 unsigned getNumNegativeBits() const { return EnumDeclBits.NumNegativeBits; } in getNumNegativeBits() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp432 Record.push_back(D->getNumNegativeBits()); in VisitEnumDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp9564 unsigned NumNegative = Enum->getNumNegativeBits(); in forValueOfCanonicalType()
10344 BitfieldEnumDecl->getNumNegativeBits() == 0) { in AnalyzeBitFieldAssignment()
10376 bool SignedEnum = ED->getNumNegativeBits() > 0; in AnalyzeBitFieldAssignment()
10404 ED->getNumNegativeBits()) in AnalyzeBitFieldAssignment()
H A DSemaDecl.cpp16532 if (Enum->getNumPositiveBits() > 63 || Enum->getNumNegativeBits() > 64) in CheckForDuplicateEnumValues()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp1546 unsigned NumNegativeBits = ED->getNumNegativeBits(); in getRangeForType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1902 From->getNumNegativeBits()); in ImportDefinition()