Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8801 LastPromotedArithmeticType; member in __anon2239c4661311::BuiltinOperatorOverloadBuilder
8847 LastPromotedArithmeticType = ArithmeticTypes.size(); in InitArithmeticTypes()
9039 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
9284 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
9286 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
9543 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()