Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7020 CanQualType getArithmeticType(unsigned index) { in getArithmeticType() function in __anon0f8216040511::BuiltinOperatorOverloadBuilder
7094 if (Idx != Dep) return getArithmeticType(Idx); in getUsualArithmeticConversions()
7098 CanQualType LT = getArithmeticType(L), in getUsualArithmeticConversions()
7099 RT = getArithmeticType(R); in getUsualArithmeticConversions()
7182 assert(getArithmeticType(FirstPromotedIntegralType) == S.Context.IntTy && in BuiltinOperatorOverloadBuilder()
7184 assert(getArithmeticType(LastPromotedIntegralType - 1) in BuiltinOperatorOverloadBuilder()
7187 assert(getArithmeticType(FirstPromotedArithmeticType) in BuiltinOperatorOverloadBuilder()
7190 assert(getArithmeticType(LastPromotedArithmeticType - 1) in BuiltinOperatorOverloadBuilder()
7219 getArithmeticType(Arith), in addPlusPlusMinusMinusArithmeticOverloads()
7293 QualType ArithTy = getArithmeticType(Arith); in addUnaryPlusOrMinusArithmeticOverloads()
[all …]