Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3744 unsigned getNumNegativeBits() const { return EnumDeclBits.NumNegativeBits; } in getNumNegativeBits() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp438 Record.push_back(D->getNumNegativeBits()); in VisitEnumDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10706 unsigned NumNegative = Enum->getNumNegativeBits(); in forValueOfCanonicalType()
11640 BitfieldEnumDecl->getNumNegativeBits() == 0) { in AnalyzeBitFieldAssignment()
11672 bool SignedEnum = ED->getNumNegativeBits() > 0; in AnalyzeBitFieldAssignment()
11700 ED->getNumNegativeBits()) in AnalyzeBitFieldAssignment()
H A DSemaDecl.cpp17999 if (Enum->getNumPositiveBits() > 63 || Enum->getNumNegativeBits() > 64) in CheckForDuplicateEnumValues()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp1634 unsigned NumNegativeBits = ED->getNumNegativeBits(); in getRangeForType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp2101 From->getNumNegativeBits()); in ImportDefinition()