Home
last modified time | relevance | path

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

/external/libcxxabi/src/Unwind/
DDwarfInstructions.hpp36 typedef typename A::sint_t sint_t; typedef in libunwind::DwarfInstructions
69 return (pint_t)((sint_t)registers.getRegister((int)prolog.cfaRegister) + in getCFA()
238 sint_t svalue, svalue2; in evaluateExpression()
341 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
408 svalue = (sint_t)*sp; in evaluateExpression()
423 svalue = (sint_t)(*sp--); in evaluateExpression()
424 svalue2 = (sint_t)*sp; in evaluateExpression()
438 svalue = (sint_t)(*sp--); in evaluateExpression()
439 svalue2 = (sint_t)*sp; in evaluateExpression()
446 svalue = (sint_t)(*sp--); in evaluateExpression()
[all …]
DAddressSpace.hpp83 typedef int64_t sint_t; typedef in libunwind::LocalAddressSpace
86 typedef int32_t sint_t;
/external/lldb/source/Core/
DScalar.cpp526 if (byte_size <= sizeof(sint_t)) in GetValueTypeForSignedIntegerWithByteSize()
604 case e_sint: m_data.sint = (sint_t)m_data.slong; success = true; break; in Cast()
620 case e_sint: m_data.sint = (sint_t)m_data.ulong; success = true; break; in Cast()
636 … case e_sint: m_data.sint = (sint_t)m_data.slonglong; success = true; break; in Cast()
652 … case e_sint: m_data.sint = (sint_t)m_data.ulonglong; success = true; break; in Cast()
668 case e_sint: m_data.sint = (sint_t)m_data.flt; success = true; break; in Cast()
684 case e_sint: m_data.sint = (sint_t)m_data.dbl; success = true; break; in Cast()
700 case e_sint: m_data.sint = (sint_t)m_data.ldbl; success = true; break; in Cast()
1838 case e_sint: m_data.sint = (sint_t)sval64; break; in SetValueFromCString()
2067 if (sizeof(m_data.flt) == sizeof(sint_t)) in ExtractBitfield()
[all …]
/external/lldb/include/lldb/Core/
DScalar.h258 typedef int sint_t; typedef