Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7015 static const unsigned FirstPromotedArithmeticType = 0, member in __anon0f8216040511::BuiltinOperatorOverloadBuilder
7187 assert(getArithmeticType(FirstPromotedArithmeticType) in BuiltinOperatorOverloadBuilder()
7291 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
7561 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
7563 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
7801 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()