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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h269 typedef short sshort_t; typedef in class:lldb_private::Scalar
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp1417 return static_cast<sshort_t>(
1418 (m_integer.sextOrTrunc(sizeof(sshort_t) * 8)).getSExtValue());
1420 return static_cast<sshort_t>(m_float.convertToFloat());
1422 return static_cast<sshort_t>(m_float.convertToDouble());
1425 return static_cast<sshort_t>(
1426 (ldbl_val.sextOrTrunc(sizeof(sshort_t) * 8)).getSExtValue());

Completed in 68 milliseconds