Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp61 a.IntegralPromote(b.m_integer.getBitWidth(), b.m_integer.isSigned()); in PromoteToMaxType()
178 bool Scalar::IntegralPromote(uint16_t bits, bool sign) { in IntegralPromote() function in Scalar
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DScalar.h111 bool IntegralPromote(uint16_t bits, bool sign);