Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp6715 static const unsigned FirstPromotedArithmeticType = 0, member in clang::__anonb86a92940511::BuiltinOperatorOverloadBuilder
6887 assert(getArithmeticType(FirstPromotedArithmeticType) in BuiltinOperatorOverloadBuilder()
6991 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
7261 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
7263 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
7501 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()