Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3915 unsigned getNumNegativeBits() const { return EnumDeclBits.NumNegativeBits; } in getNumNegativeBits() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp444 Record.push_back(D->getNumNegativeBits()); in VisitEnumDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4677 unsigned NumNegativeBits = getNumNegativeBits(); in getValueRange()
H A DExprConstant.cpp13676 if (ED->getNumNegativeBits() && ConstexprVar && in VisitCastExpr()
13683 else if (!ED->getNumNegativeBits() && ConstexprVar && in VisitCastExpr()
H A DASTImporter.cpp2178 From->getNumNegativeBits()); in ImportDefinition()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12341 unsigned NumNegative = Enum->getNumNegativeBits(); in forValueOfCanonicalType()
13277 BitfieldEnumDecl->getNumNegativeBits() == 0) { in AnalyzeBitFieldAssignment()
13306 bool SignedEnum = ED->getNumNegativeBits() > 0; in AnalyzeBitFieldAssignment()
13334 ED->getNumNegativeBits()) in AnalyzeBitFieldAssignment()
H A DSemaDecl.cpp19416 if (Enum->getNumPositiveBits() > 63 || Enum->getNumNegativeBits() > 64) in CheckForDuplicateEnumValues()