Searched refs:BestType (Results 1 – 2 of 2) sorted by relevance
13152 QualType BestType; in ActOnEnumBody() local13173 BestType = Enum->getIntegerType(); in ActOnEnumBody()13174 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()13175 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()13177 BestPromotionType = BestType; in ActOnEnumBody()13188 BestType = Context.SignedCharTy; in ActOnEnumBody()13192 BestType = Context.ShortTy; in ActOnEnumBody()13195 BestType = Context.IntTy; in ActOnEnumBody()13201 BestType = Context.LongTy; in ActOnEnumBody()13207 BestType = Context.LongLongTy; in ActOnEnumBody()[all …]
2536 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local2555 BestType = CType; in ChooseConstraint()2569 BestType = CType; in ChooseConstraint()2576 OpInfo.ConstraintType = BestType; in ChooseConstraint()