Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp8171 unsigned FirstPromotedArithmeticType, member in __anone93f13810c11::BuiltinOperatorOverloadBuilder
8177 FirstPromotedArithmeticType = 0; in InitArithmeticTypes()
8389 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
8632 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8634 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8891 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()