Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7755 LastPromotedArithmeticType; member in __anon832832a00b11::BuiltinOperatorOverloadBuilder
7781 LastPromotedArithmeticType = ArithmeticTypes.size(); in InitArithmeticTypes()
7968 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
8234 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
8236 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
8495 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()