Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp8293 LastPromotedArithmeticType; member in __anon85f2cfc10c11::BuiltinOperatorOverloadBuilder
8325 LastPromotedArithmeticType = ArithmeticTypes.size(); in InitArithmeticTypes()
8513 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
8758 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
8760 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
9017 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()