Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp7157 LastPromotedArithmeticType = 11; member in __anon86d99bf30511::BuiltinOperatorOverloadBuilder
7215 static const PromotedType ConversionsTable[LastPromotedArithmeticType] in getUsualArithmeticConversions()
7216 [LastPromotedArithmeticType] = { in getUsualArithmeticConversions()
7230 assert(L < LastPromotedArithmeticType); in getUsualArithmeticConversions()
7231 assert(R < LastPromotedArithmeticType); in getUsualArithmeticConversions()
7331 assert(getArithmeticType(LastPromotedArithmeticType - 1) in BuiltinOperatorOverloadBuilder()
7433 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
7703 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
7705 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
7943 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()