Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8790 LastPromotedIntegralType; member in __anon22c3dcc71211::BuiltinOperatorOverloadBuilder
8823 LastPromotedIntegralType = ArithmeticTypes.size(); in InitArithmeticTypes()
9042 Int < LastPromotedIntegralType; ++Int) { in addUnaryTildePromotedIntegralOverloads()
9350 Left < LastPromotedIntegralType; ++Left) { in addBinaryBitwiseArithmeticOverloads()
9352 Right < LastPromotedIntegralType; ++Right) { in addBinaryBitwiseArithmeticOverloads()
9570 Right < LastPromotedIntegralType; ++Right) { in addAssignmentIntegralOverloads()