Searched refs:GetValueAsSigned (Results 1 – 11 of 11) sorted by relevance
67 bool CMICmnLLDBProxySBValue::GetValueAsSigned(const lldb::SBValue &vrValue, in GetValueAsSigned() function in CMICmnLLDBProxySBValue72 MIuint64 nValue = rValue.GetValueAsSigned(nFailValue); in GetValueAsSigned()75 nValue = rValue.GetValueAsSigned(nFailValue); in GetValueAsSigned()
30 static bool GetValueAsSigned(const lldb::SBValue &vrValue, MIint64 &vwValue);
47 stream.Printf("%d %s", (int)value.GetValueAsSigned(), value.GetValue()); in MI_char_summary_provider()
52 int64_t SBTypeEnumMember::GetValueAsSigned() { in GetValueAsSigned() function in SBTypeEnumMember54 return m_opaque_sp->GetValueAsSigned(); in GetValueAsSigned()
1002 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { in GetValueAsSigned() function in SBValue1009 ret_val = value_sp->GetValueAsSigned(fail_value, &success); in GetValueAsSigned()1038 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { in GetValueAsSigned() function in SBValue1042 return value_sp->GetValueAsSigned(fail_value); in GetValueAsSigned()
56 int64_t GetValueAsSigned(lldb::SBError &error, int64_t fail_value = 0);60 int64_t GetValueAsSigned(int64_t fail_value = 0);
30 int64_t GetValueAsSigned();
77 int64_t index_value = index_sp->GetValueAsSigned(0); in LibcxxVariantGetIndexValidity()
636 int64_t GetValueAsSigned() const { return m_value.getSExtValue(); } in GetValueAsSigned() function
464 virtual int64_t GetValueAsSigned(int64_t fail_value, bool *success = nullptr);
1206 int64_t ValueObject::GetValueAsSigned(int64_t fail_value, bool *success) { in GetValueAsSigned() function in ValueObject