Searched refs:ArithmeticTypes (Results 1 – 1 of 1) sorted by relevance
8408 SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes; member in __anona0c7ad680c11::BuiltinOperatorOverloadBuilder8424 ArithmeticTypes.push_back(S.Context.FloatTy); in InitArithmeticTypes()8425 ArithmeticTypes.push_back(S.Context.DoubleTy); in InitArithmeticTypes()8426 ArithmeticTypes.push_back(S.Context.LongDoubleTy); in InitArithmeticTypes()8428 ArithmeticTypes.push_back(S.Context.Float128Ty); in InitArithmeticTypes()8430 ArithmeticTypes.push_back(S.Context.Ibm128Ty); in InitArithmeticTypes()8433 FirstIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8434 FirstPromotedIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()8435 ArithmeticTypes.push_back(S.Context.IntTy); in InitArithmeticTypes()8436 ArithmeticTypes.push_back(S.Context.LongTy); in InitArithmeticTypes()[all …]