Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp8169 LastPromotedArithmeticType; member in __anon9a0268b20c11::BuiltinOperatorOverloadBuilder
8199 LastPromotedArithmeticType = ArithmeticTypes.size(); in InitArithmeticTypes()
8387 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads()
8630 Left < LastPromotedArithmeticType; ++Left) { in addGenericBinaryArithmeticOverloads()
8632 Right < LastPromotedArithmeticType; ++Right) { in addGenericBinaryArithmeticOverloads()
8889 Right < LastPromotedArithmeticType; ++Right) { in addAssignmentArithmeticOverloads()