Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7754 unsigned FirstPromotedArithmeticType, member in __anon832832a00b11::BuiltinOperatorOverloadBuilder
7760 FirstPromotedArithmeticType = 0; in InitArithmeticTypes()
7967 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
8233 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8235 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8494 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()