Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp8168 unsigned FirstPromotedArithmeticType, member in __anon8501439c0c11::BuiltinOperatorOverloadBuilder
8174 FirstPromotedArithmeticType = 0; in InitArithmeticTypes()
8386 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
8629 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8631 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8888 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()