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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6903 LastPromotedArithmeticType = 11; member in class:clang::__anon18088::BuiltinOperatorOverloadBuilder
6961 static const PromotedType ConversionsTable[LastPromotedArithmeticType]
6962 [LastPromotedArithmeticType] = {
6976 assert(L < LastPromotedArithmeticType);
6977 assert(R < LastPromotedArithmeticType);
7077 assert(getArithmeticType(LastPromotedArithmeticType - 1)
7179 Arith < LastPromotedArithmeticType; ++Arith) {
7449 Left < LastPromotedArithmeticType; ++Left) {
7451 Right < LastPromotedArithmeticType; ++Right) {
7689 Right < LastPromotedArithmeticType;
[all...]

Completed in 103 milliseconds