Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp7048 static const unsigned FirstPromotedArithmeticType = 0, member in __anon2a79990a0511::BuiltinOperatorOverloadBuilder
7220 assert(getArithmeticType(FirstPromotedArithmeticType) in BuiltinOperatorOverloadBuilder()
7324 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
7594 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
7596 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
7834 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()