Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp7065 LastPromotedArithmeticType = 11; member in __anon86d99bf30511::BuiltinOperatorOverloadBuilder
7123 static const PromotedType ConversionsTable[LastPromotedArithmeticType] in getUsualArithmeticConversions()
7124 [LastPromotedArithmeticType] = { in getUsualArithmeticConversions()
7138 assert(L < LastPromotedArithmeticType); in getUsualArithmeticConversions()
7139 assert(R < LastPromotedArithmeticType); in getUsualArithmeticConversions()
7239 assert(getArithmeticType(LastPromotedArithmeticType - 1) in BuiltinOperatorOverloadBuilder()
7341 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
7611 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
7613 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
7851 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()