Searched refs:ArithmeticTypes (Results 1 – 1 of 1) sorted by relevance
8155 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes; member in __anon4bf322a90c11::BuiltinOperatorOverloadBuilder8171 ArithmeticTypes.push_back(S.Context.FloatTy); in InitArithmeticTypes()8172 ArithmeticTypes.push_back(S.Context.DoubleTy); in InitArithmeticTypes()8173 ArithmeticTypes.push_back(S.Context.LongDoubleTy); in InitArithmeticTypes()8175 ArithmeticTypes.push_back(S.Context.Float128Ty); in InitArithmeticTypes()8178 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8179 FirstPromotedIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8180 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()8181 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()8182 ArithmeticTypes.push_back(S.Context.LongLongTy); in InitArithmeticTypes()[all …]