Searched refs:ArithmeticTypes (Results 1 – 1 of 1) sorted by relevance
8159 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes; member in __anon8501439c0c11::BuiltinOperatorOverloadBuilder8175 ArithmeticTypes.push_back(S.Context.FloatTy); in InitArithmeticTypes()8176 ArithmeticTypes.push_back(S.Context.DoubleTy); in InitArithmeticTypes()8177 ArithmeticTypes.push_back(S.Context.LongDoubleTy); in InitArithmeticTypes()8179 ArithmeticTypes.push_back(S.Context.Float128Ty); in InitArithmeticTypes()8182 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8183 FirstPromotedIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8184 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()8185 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()8186 ArithmeticTypes.push_back(S.Context.LongLongTy); in InitArithmeticTypes()[all …]