Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp8417 unsigned FirstPromotedArithmeticType, member in __anona0c7ad680c11::BuiltinOperatorOverloadBuilder
8423 FirstPromotedArithmeticType = 0; in InitArithmeticTypes()
8637 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads()
8882 for (unsigned Left = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
8884 for (unsigned Right = FirstPromotedArithmeticType; in addGenericBinaryArithmeticOverloads()
9141 for (unsigned Right = FirstPromotedArithmeticType; in addAssignmentArithmeticOverloads()