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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6895 // provided via the getArithmeticType() method below.
6907 CanQualType getArithmeticType(unsigned index) { function in class:clang::__anon18088::BuiltinOperatorOverloadBuilder
6981 if (Idx != Dep) return getArithmeticType(Idx);
6985 CanQualType LT = getArithmeticType(L),
6986 RT = getArithmeticType(R);
7069 assert(getArithmeticType(FirstPromotedIntegralType) == S.Context.IntTy &&
7071 assert(getArithmeticType(LastPromotedIntegralType - 1)
7074 assert(getArithmeticType(FirstPromotedArithmeticType)
7077 assert(getArithmeticType(LastPromotedArithmeticType - 1)
7106 getArithmeticType(Arit
[all...]

Completed in 648 milliseconds