Searched refs:BestType (Results 1 – 2 of 2) sorted by relevance
13769 QualType BestType; in ActOnEnumBody() local13790 BestType = Enum->getIntegerType(); in ActOnEnumBody()13791 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()13792 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()13794 BestPromotionType = BestType; in ActOnEnumBody()13796 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()13803 BestType = Context.SignedCharTy; in ActOnEnumBody()13807 BestType = Context.ShortTy; in ActOnEnumBody()13810 BestType = Context.IntTy; in ActOnEnumBody()13816 BestType = Context.LongTy; in ActOnEnumBody()[all …]
2561 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local2580 BestType = CType; in ChooseConstraint()2594 BestType = CType; in ChooseConstraint()2601 OpInfo.ConstraintType = BestType; in ChooseConstraint()