Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8800 unsigned FirstPromotedArithmeticType, member in __anon2e1ecc911311::BuiltinOperatorOverloadBuilder
8806 FirstPromotedArithmeticType = 0; in InitArithmeticTypes()
9038 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
9283 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
9285 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
9542 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()