Home
last modified time | relevance | path

Searched refs:GetValueAsSigned (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBProxySBValue.cpp67 bool CMICmnLLDBProxySBValue::GetValueAsSigned(const lldb::SBValue &vrValue, in GetValueAsSigned() function in CMICmnLLDBProxySBValue
72 MIuint64 nValue = rValue.GetValueAsSigned(nFailValue); in GetValueAsSigned()
75 nValue = rValue.GetValueAsSigned(nFailValue); in GetValueAsSigned()
H A DMICmnLLDBProxySBValue.h30 static bool GetValueAsSigned(const lldb::SBValue &vrValue, MIint64 &vwValue);
H A DMICmnLLDBDebugger.cpp47 stream.Printf("%d %s", (int)value.GetValueAsSigned(), value.GetValue()); in MI_char_summary_provider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeEnumMember.cpp52 int64_t SBTypeEnumMember::GetValueAsSigned() { in GetValueAsSigned() function in SBTypeEnumMember
54 return m_opaque_sp->GetValueAsSigned(); in GetValueAsSigned()
H A DSBValue.cpp1002 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { in GetValueAsSigned() function in SBValue
1009 ret_val = value_sp->GetValueAsSigned(fail_value, &success); in GetValueAsSigned()
1038 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { in GetValueAsSigned() function in SBValue
1042 return value_sp->GetValueAsSigned(fail_value); in GetValueAsSigned()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h56 int64_t GetValueAsSigned(lldb::SBError &error, int64_t fail_value = 0);
60 int64_t GetValueAsSigned(int64_t fail_value = 0);
H A DSBTypeEnumMember.h30 int64_t GetValueAsSigned();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp77 int64_t index_value = index_sp->GetValueAsSigned(0); in LibcxxVariantGetIndexValidity()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h636 int64_t GetValueAsSigned() const { return m_value.getSExtValue(); } in GetValueAsSigned() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h464 virtual int64_t GetValueAsSigned(int64_t fail_value, bool *success = nullptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1206 int64_t ValueObject::GetValueAsSigned(int64_t fail_value, bool *success) { in GetValueAsSigned() function in ValueObject