Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h112 bool IntegralPromote(uint16_t bits, bool sign);
/src/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp62 a.IntegralPromote(b.m_integer.getBitWidth(), b.m_integer.isSigned()); in PromoteToMaxType()
179 bool Scalar::IntegralPromote(uint16_t bits, bool sign) { in IntegralPromote() function in Scalar