Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp1258 return (sshort_t)(m_integer.sextOrTrunc(sizeof(sshort_t) * 8)) in SShort()
1261 return (sshort_t)m_float.convertToFloat(); in SShort()
1263 return (sshort_t)m_float.convertToDouble(); in SShort()
1266 return (sshort_t)(ldbl_val.sextOrTrunc(sizeof(sshort_t) * 8)) in SShort()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DScalar.h301 typedef short sshort_t; typedef