Searched refs:getArithmeticType (Results 1 – 1 of 1) sorted by relevance
7208 CanQualType getArithmeticType(unsigned index) { in getArithmeticType() function in __anon86d99bf30511::BuiltinOperatorOverloadBuilder7283 if (Idx != Dep) return getArithmeticType(Idx); in getUsualArithmeticConversions()7287 CanQualType LT = getArithmeticType(L), in getUsualArithmeticConversions()7288 RT = getArithmeticType(R); in getUsualArithmeticConversions()7371 assert(getArithmeticType(FirstPromotedIntegralType) == S.Context.IntTy && in BuiltinOperatorOverloadBuilder()7373 assert(getArithmeticType(LastPromotedIntegralType - 1) in BuiltinOperatorOverloadBuilder()7376 assert(getArithmeticType(FirstPromotedArithmeticType) in BuiltinOperatorOverloadBuilder()7379 assert(getArithmeticType(LastPromotedArithmeticType - 1) in BuiltinOperatorOverloadBuilder()7408 getArithmeticType(Arith), in addPlusPlusMinusMinusArithmeticOverloads()7482 QualType ArithTy = getArithmeticType(Arith); in addUnaryPlusOrMinusArithmeticOverloads()[all …]