Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp7203 static const unsigned FirstPromotedArithmeticType = 0, member in __anon3a52d03c0511::BuiltinOperatorOverloadBuilder
7376 assert(getArithmeticType(FirstPromotedArithmeticType) in BuiltinOperatorOverloadBuilder()
7480 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
7750 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
7752 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
7990 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()