Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7016 LastPromotedArithmeticType = 11; member in __anon0f8216040511::BuiltinOperatorOverloadBuilder
7074 static const PromotedType ConversionsTable[LastPromotedArithmeticType] in getUsualArithmeticConversions()
7075 [LastPromotedArithmeticType] = { in getUsualArithmeticConversions()
7089 assert(L < LastPromotedArithmeticType); in getUsualArithmeticConversions()
7090 assert(R < LastPromotedArithmeticType); in getUsualArithmeticConversions()
7190 assert(getArithmeticType(LastPromotedArithmeticType - 1) in BuiltinOperatorOverloadBuilder()
7292 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
7562 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
7564 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
7802 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()