Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp161 case e_long_double: in GetBytes()
196 case e_long_double: in GetByteSize()
220 case e_long_double: in IsZero()
249 case e_long_double: in GetValue()
285 case e_long_double: in GetTypeAsCString()
988 case e_long_double: in Promote()
1036 case e_long_double: in GetValueTypeAsCString()
1129 case e_long_double: in MakeSigned()
1184 case e_long_double: in MakeUnsigned()
1211 case e_long_double: in SChar()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DScalar.h55 e_long_double enumerator
85 : m_type(e_long_double), m_float((float)0), m_ieee_quad(ieee_quad) { in Scalar()
159 return (m_type >= e_sint) && (m_type <= e_long_double); in IsValid()