Searched refs:BestType (Results 1 – 2 of 2) sorted by relevance
14042 QualType BestType; in ActOnEnumBody() local14063 BestType = Enum->getIntegerType(); in ActOnEnumBody()14064 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()14065 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()14067 BestPromotionType = BestType; in ActOnEnumBody()14069 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()14076 BestType = Context.SignedCharTy; in ActOnEnumBody()14080 BestType = Context.ShortTy; in ActOnEnumBody()14083 BestType = Context.IntTy; in ActOnEnumBody()14089 BestType = Context.LongTy; in ActOnEnumBody()[all …]
2609 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local2628 BestType = CType; in ChooseConstraint()2642 BestType = CType; in ChooseConstraint()2649 OpInfo.ConstraintType = BestType; in ChooseConstraint()