Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8792 LastPromotedArithmeticType; member in __anon22c3dcc71211::BuiltinOperatorOverloadBuilder
8824 LastPromotedArithmeticType = ArithmeticTypes.size(); in InitArithmeticTypes()
9012 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
9257 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
9259 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
9516 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()