Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8164 unsigned FirstPromotedArithmeticType, member in __anon041893450c11::BuiltinOperatorOverloadBuilder
8170 FirstPromotedArithmeticType = 0; in InitArithmeticTypes()
8382 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
8627 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8629 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8886 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()