Searched refs:getArithmeticType (Results 1 – 1 of 1) sorted by relevance
7161 CanQualType getArithmeticType(unsigned index) { in getArithmeticType() function in __anon86d99bf30511::BuiltinOperatorOverloadBuilder7235 if (Idx != Dep) return getArithmeticType(Idx); in getUsualArithmeticConversions()7239 CanQualType LT = getArithmeticType(L), in getUsualArithmeticConversions()7240 RT = getArithmeticType(R); in getUsualArithmeticConversions()7323 assert(getArithmeticType(FirstPromotedIntegralType) == S.Context.IntTy && in BuiltinOperatorOverloadBuilder()7325 assert(getArithmeticType(LastPromotedIntegralType - 1) in BuiltinOperatorOverloadBuilder()7328 assert(getArithmeticType(FirstPromotedArithmeticType) in BuiltinOperatorOverloadBuilder()7331 assert(getArithmeticType(LastPromotedArithmeticType - 1) in BuiltinOperatorOverloadBuilder()7360 getArithmeticType(Arith), in addPlusPlusMinusMinusArithmeticOverloads()7434 QualType ArithTy = getArithmeticType(Arith); in addUnaryPlusOrMinusArithmeticOverloads()[all …]