Searched refs:BestType (Results 1 – 3 of 3) sorted by relevance
14834 QualType BestType; in ActOnEnumBody() local14855 BestType = Enum->getIntegerType(); in ActOnEnumBody()14856 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()14857 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()14859 BestPromotionType = BestType; in ActOnEnumBody()14861 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()14868 BestType = Context.SignedCharTy; in ActOnEnumBody()14872 BestType = Context.ShortTy; in ActOnEnumBody()14875 BestType = Context.IntTy; in ActOnEnumBody()14881 BestType = Context.LongTy; in ActOnEnumBody()[all …]
3098 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local3117 BestType = CType; in ChooseConstraint()3131 BestType = CType; in ChooseConstraint()3138 OpInfo.ConstraintType = BestType; in ChooseConstraint()
2707 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local2726 BestType = CType; in ChooseConstraint()2740 BestType = CType; in ChooseConstraint()2747 OpInfo.ConstraintType = BestType; in ChooseConstraint()