Home
last modified time | relevance | path

Searched refs:getArithmeticType (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp7053 CanQualType getArithmeticType(unsigned index) { in getArithmeticType() function in __anon2a79990a0511::BuiltinOperatorOverloadBuilder
7127 if (Idx != Dep) return getArithmeticType(Idx); in getUsualArithmeticConversions()
7131 CanQualType LT = getArithmeticType(L), in getUsualArithmeticConversions()
7132 RT = getArithmeticType(R); in getUsualArithmeticConversions()
7215 assert(getArithmeticType(FirstPromotedIntegralType) == S.Context.IntTy && in BuiltinOperatorOverloadBuilder()
7217 assert(getArithmeticType(LastPromotedIntegralType - 1) in BuiltinOperatorOverloadBuilder()
7220 assert(getArithmeticType(FirstPromotedArithmeticType) in BuiltinOperatorOverloadBuilder()
7223 assert(getArithmeticType(LastPromotedArithmeticType - 1) in BuiltinOperatorOverloadBuilder()
7252 getArithmeticType(Arith), in addPlusPlusMinusMinusArithmeticOverloads()
7326 QualType ArithTy = getArithmeticType(Arith); in addUnaryPlusOrMinusArithmeticOverloads()
[all …]