Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp8172 LastPromotedArithmeticType; member in __anone93f13810c11::BuiltinOperatorOverloadBuilder
8202 LastPromotedArithmeticType = ArithmeticTypes.size(); in InitArithmeticTypes()
8390 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
8633 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
8635 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
8892 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()