Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3672 unsigned getNumNegativeBits() const { return EnumDeclBits.NumNegativeBits; } in getNumNegativeBits() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp437 Record.push_back(D->getNumNegativeBits()); in VisitEnumDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp10222 unsigned NumNegative = Enum->getNumNegativeBits(); in forValueOfCanonicalType()
11035 BitfieldEnumDecl->getNumNegativeBits() == 0) { in AnalyzeBitFieldAssignment()
11067 bool SignedEnum = ED->getNumNegativeBits() > 0; in AnalyzeBitFieldAssignment()
11095 ED->getNumNegativeBits()) in AnalyzeBitFieldAssignment()
HDSemaDecl.cpp17368 if (Enum->getNumPositiveBits() > 63 || Enum->getNumNegativeBits() > 64) in CheckForDuplicateEnumValues()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp1563 unsigned NumNegativeBits = ED->getNumNegativeBits(); in getRangeForType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp2041 From->getNumNegativeBits()); in ImportDefinition()