Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp8041 LastPromotedArithmeticType; member in __anonebd173280c11::BuiltinOperatorOverloadBuilder
8067 LastPromotedArithmeticType = ArithmeticTypes.size(); in InitArithmeticTypes()
8254 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
8526 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
8528 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
8787 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()