Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp30 Scalar::PromotionKey Scalar::GetPromoKey() const { in GetPromoKey() function in Scalar
68 PromotionKey lhs_key = lhs.GetPromoKey(); in PromoteToMaxType()
69 PromotionKey rhs_key = rhs.GetPromoKey(); in PromoteToMaxType()
77 if (lhs.GetPromoKey() == rhs.GetPromoKey()) in PromoteToMaxType()
184 if (GetPromoKey() > PromotionKey(e_int, bits, !sign)) in IntegralPromote()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DScalar.h199 PromotionKey GetPromoKey() const;