Searched refs:BestType (Results 1 – 2 of 2) sorted by relevance
10841 QualType BestType; in ActOnEnumBody() local10862 BestType = Enum->getIntegerType(); in ActOnEnumBody()10863 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()10864 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()10866 BestPromotionType = BestType; in ActOnEnumBody()10877 BestType = Context.SignedCharTy; in ActOnEnumBody()10881 BestType = Context.ShortTy; in ActOnEnumBody()10884 BestType = Context.IntTy; in ActOnEnumBody()10890 BestType = Context.LongTy; in ActOnEnumBody()10896 BestType = Context.LongLongTy; in ActOnEnumBody()[all …]
3173 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local3192 BestType = CType; in ChooseConstraint()3206 BestType = CType; in ChooseConstraint()3213 OpInfo.ConstraintType = BestType; in ChooseConstraint()