Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8791 unsigned FirstPromotedArithmeticType, member in __anon22c3dcc71211::BuiltinOperatorOverloadBuilder
8797 FirstPromotedArithmeticType = 0; in InitArithmeticTypes()
9011 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
9256 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
9258 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
9515 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()