Home
last modified time | relevance | path

Searched refs:BestPromotionType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5374 QualType &BestPromotionType) { in computeBestEnumTypes() argument
5408 BestPromotionType = (BestWidth <= IntWidth ? IntTy : BestType); in computeBestEnumTypes()
5415 BestPromotionType = IntTy; in computeBestEnumTypes()
5419 BestPromotionType = IntTy; in computeBestEnumTypes()
5424 BestPromotionType = (NumPositiveBits == BestWidth || !LangOpts.CPlusPlus) in computeBestEnumTypes()
5429 BestPromotionType = (NumPositiveBits == BestWidth || !LangOpts.CPlusPlus) in computeBestEnumTypes()
5442 BestPromotionType = (NumPositiveBits == BestWidth || !LangOpts.CPlusPlus) in computeBestEnumTypes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1784 QualType &BestPromotionType);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8394 clang::QualType BestPromotionType; in CompleteTagDeclarationDefinition() local
8397 NumPositiveBits, BestType, BestPromotionType); in CompleteTagDeclarationDefinition()
8400 BestPromotionType, NumPositiveBits, in CompleteTagDeclarationDefinition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20448 QualType BestPromotionType; in ActOnEnumBody() local
20461 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
20463 BestPromotionType = BestType; in ActOnEnumBody()
20468 Packed, NumNegativeBits, NumPositiveBits, BestType, BestPromotionType); in ActOnEnumBody()
20539 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()