Searched refs:ArithmeticTypes (Results 1 – 1 of 1) sorted by relevance
8791 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes; member in __anon2e1ecc911311::BuiltinOperatorOverloadBuilder8807 ArithmeticTypes.push_back(S.Context.FloatTy); in InitArithmeticTypes()8808 ArithmeticTypes.push_back(S.Context.DoubleTy); in InitArithmeticTypes()8809 ArithmeticTypes.push_back(S.Context.LongDoubleTy); in InitArithmeticTypes()8811 ArithmeticTypes.push_back(S.Context.Float128Ty); in InitArithmeticTypes()8813 ArithmeticTypes.push_back(S.Context.Ibm128Ty); in InitArithmeticTypes()8816 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8817 FirstPromotedIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8818 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()8819 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()[all …]