Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5373 QualType &BestType, in computeBestEnumTypes() argument
5386 BestType = SignedCharTy; in computeBestEnumTypes()
5390 BestType = ShortTy; in computeBestEnumTypes()
5393 BestType = IntTy; in computeBestEnumTypes()
5399 BestType = LongTy; in computeBestEnumTypes()
5405 BestType = LongLongTy; in computeBestEnumTypes()
5408 BestPromotionType = (BestWidth <= IntWidth ? IntTy : BestType); in computeBestEnumTypes()
5414 BestType = UnsignedCharTy; in computeBestEnumTypes()
5418 BestType = UnsignedShortTy; in computeBestEnumTypes()
5422 BestType = UnsignedIntTy; in computeBestEnumTypes()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20436 QualType BestType; in ActOnEnumBody() local
20459 BestType = Enum->getIntegerType(); in ActOnEnumBody()
20460 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
20461 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
20463 BestPromotionType = BestType; in ActOnEnumBody()
20465 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()
20468 Packed, NumNegativeBits, NumPositiveBits, BestType, BestPromotionType); in ActOnEnumBody()
20469 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()
20505 } else if (ECD->getType() == BestType) { in ActOnEnumBody()
20514 NewTy = BestType; in ActOnEnumBody()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1783 unsigned NumPositiveBits, QualType &BestType,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8395 clang::QualType BestType; in CompleteTagDeclarationDefinition() local
8397 NumPositiveBits, BestType, BestPromotionType); in CompleteTagDeclarationDefinition()