OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sint_t
(Results
1 - 6
of
6
) sorted by null
/external/libcxxabi/src/Unwind/
DwarfInstructions.hpp
36
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
)*sp
[
all
...]
AddressSpace.hpp
83
typedef int64_t
sint_t
;
typedef in class:libunwind::LocalAddressSpace
86
typedef int32_t
sint_t
;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DwarfInstructions.hpp
36
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
)*sp
[
all
...]
AddressSpace.hpp
109
typedef int64_t
sint_t
;
typedef in class:libunwind::LocalAddressSpace
112
typedef int32_t
sint_t
;
/external/lldb/source/Core/
Scalar.cpp
526
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;
[
all
...]
/external/lldb/include/lldb/Core/
Scalar.h
258
typedef int
sint_t
;
typedef in class:lldb_private::Scalar
Completed in 96 milliseconds