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

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

Completed in 251 milliseconds