Searched defs:getArithmeticType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp7196 // provided via the getArithmeticType() method below.
7208 CanQualType getArithmeticType(unsigned index) { function in class:__anon1501::BuiltinOperatorOverloadBuilder
7283 if (Idx != Dep) return getArithmeticType(Idx);
7287 CanQualType LT = getArithmeticType(L),
7288 RT = getArithmeticType(R);
7371 assert(getArithmeticType(FirstPromotedIntegralType) == S.Context.IntTy &&
7373 assert(getArithmeticType(LastPromotedIntegralType - 1)
7376 assert(getArithmeticType(FirstPromotedArithmeticType)
7379 assert(getArithmeticType(LastPromotedArithmeticType - 1)
7408 getArithmeticType(Arit
[all...]

Completed in 91 milliseconds