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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6394 // provided via the getArithmeticType() method below.
6406 CanQualType getArithmeticType(unsigned index) { function in class:clang::__anon238::BuiltinOperatorOverloadBuilder
6480 if (Idx != Dep) return getArithmeticType(Idx);
6484 CanQualType LT = getArithmeticType(L),
6485 RT = getArithmeticType(R);
6569 assert(getArithmeticType(FirstPromotedIntegralType) == S.Context.IntTy &&
6571 assert(getArithmeticType(LastPromotedIntegralType - 1)
6574 assert(getArithmeticType(FirstPromotedArithmeticType)
6577 assert(getArithmeticType(LastPromotedArithmeticType - 1)
6606 getArithmeticType(Arit
[all...]

Completed in 63 milliseconds