Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8165 LastPromotedArithmeticType; member in __anon041893450c11::BuiltinOperatorOverloadBuilder
8195 LastPromotedArithmeticType = ArithmeticTypes.size(); in InitArithmeticTypes()
8383 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
8628 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
8630 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
8887 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()