Searched refs:BestType (Results 1 – 2 of 2) sorted by relevance
16719 QualType BestType; in ActOnEnumBody() local16742 BestType = Enum->getIntegerType(); in ActOnEnumBody()16746 BestPromotionType = BestType; in ActOnEnumBody()16755 BestType = Context.SignedCharTy; in ActOnEnumBody()16759 BestType = Context.ShortTy; in ActOnEnumBody()16762 BestType = Context.IntTy; in ActOnEnumBody()16768 BestType = Context.LongTy; in ActOnEnumBody()16774 BestType = Context.LongLongTy; in ActOnEnumBody()16783 BestType = Context.UnsignedCharTy; in ActOnEnumBody()16791 BestType = Context.UnsignedIntTy; in ActOnEnumBody()[all …]
3612 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local3631 BestType = CType; in ChooseConstraint()3645 BestType = CType; in ChooseConstraint()3652 OpInfo.ConstraintType = BestType; in ChooseConstraint()