Home
last modified time | relevance | path

Searched refs:GetRawBits64 (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Expression/
DIRInterpreter.cpp194 if (!AssignToMatchType(cast_scalar, scalar.GetRawBits64(0), value->getType())) in AssignValue()
687 result = L.GetRawBits64(0) / R.GetRawBits64(1); in Interpret()
695 result = L.GetRawBits64(0) % R.GetRawBits64(1); in Interpret()
898 if (C.GetRawBits64(0)) in Interpret()
1049 result = (L.GetRawBits64(0) > R.GetRawBits64(0)); in Interpret()
1052 result = (L.GetRawBits64(0) >= R.GetRawBits64(0)); in Interpret()
1055 result = (L.GetRawBits64(0) < R.GetRawBits64(0)); in Interpret()
1058 result = (L.GetRawBits64(0) <= R.GetRawBits64(0)); in Interpret()
/external/lldb/include/lldb/Core/
DScalar.h222 GetRawBits64 (uint64_t fail_value) const;
/external/lldb/source/Core/
DScalar.cpp820 Scalar::GetRawBits64(uint64_t fail_value) const in GetRawBits64() function in Scalar