Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9260 LastPromotedArithmeticType; member in __anon2e1ecc911b11::BuiltinOperatorOverloadBuilder
9305 LastPromotedArithmeticType = ArithmeticTypes.size(); in InitArithmeticTypes()
9497 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
9742 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
9744 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
10001 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()