Searched refs:ArithmeticTypes (Results 1 – 1 of 1) sorted by relevance
8162 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes; member in __anone93f13810c11::BuiltinOperatorOverloadBuilder8178 ArithmeticTypes.push_back(S.Context.FloatTy); in InitArithmeticTypes()8179 ArithmeticTypes.push_back(S.Context.DoubleTy); in InitArithmeticTypes()8180 ArithmeticTypes.push_back(S.Context.LongDoubleTy); in InitArithmeticTypes()8182 ArithmeticTypes.push_back(S.Context.Float128Ty); in InitArithmeticTypes()8185 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8186 FirstPromotedIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8187 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()8188 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()8189 ArithmeticTypes.push_back(S.Context.LongLongTy); in InitArithmeticTypes()[all …]