Searched refs:BestType (Results 1 – 2 of 2) sorted by relevance
14377 QualType BestType; in ActOnEnumBody() local14398 BestType = Enum->getIntegerType(); in ActOnEnumBody()14399 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()14400 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()14402 BestPromotionType = BestType; in ActOnEnumBody()14404 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()14411 BestType = Context.SignedCharTy; in ActOnEnumBody()14415 BestType = Context.ShortTy; in ActOnEnumBody()14418 BestType = Context.IntTy; in ActOnEnumBody()14424 BestType = Context.LongTy; in ActOnEnumBody()[all …]
2618 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local2637 BestType = CType; in ChooseConstraint()2651 BestType = CType; in ChooseConstraint()2658 OpInfo.ConstraintType = BestType; in ChooseConstraint()