Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp8292 unsigned FirstPromotedArithmeticType, member in __anon85f2cfc10c11::BuiltinOperatorOverloadBuilder
8298 FirstPromotedArithmeticType = 0; in InitArithmeticTypes()
8512 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
8757 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8759 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
9016 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()