Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp64 int64_t SBTypeEnumMember::GetValueAsSigned() { in GetValueAsSigned() function in SBTypeEnumMember
68 return m_opaque_sp->GetValueAsSigned(); in GetValueAsSigned()
H A DSBValue.cpp887 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { in GetValueAsSigned() function in SBValue
896 ret_val = value_sp->GetValueAsSigned(fail_value, &success); in GetValueAsSigned()
927 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { in GetValueAsSigned() function in SBValue
933 return value_sp->GetValueAsSigned(fail_value); in GetValueAsSigned()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h63 int64_t GetValueAsSigned(lldb::SBError &error, int64_t fail_value = 0);
67 int64_t GetValueAsSigned(int64_t fail_value = 0);
H A DSBTypeEnumMember.h31 int64_t GetValueAsSigned();
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeEnumMemberExtensions.i15 signed = property(GetValueAsSigned, None, doc='''A read only property that returns the value of this enum member as a signed integer.''')
H A DSBValueExtensions.i91 …signed = property(GetValueAsSigned, None, doc='''A read only property that returns the value of th…
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp758 const std::time_t seconds = ptr_sp->GetValueAsSigned(0); in LibcxxChronoTimePointSecondsSummaryProvider()
810 const int days = ptr_sp->GetValueAsSigned(0); in LibcxxChronoTimepointDaysSummaryProvider()
891 int year = ptr_sp->GetValueAsSigned(0); in LibcxxChronoYearMonthDaySummaryProvider()
H A DLibStdcpp.cpp350 shared_count = count_sp->GetValueAsSigned(0, &success); in LibStdcppSmartPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp32 epoch = epoch + (time_t)valobj.GetValueAsSigned(0); in CFAbsoluteTimeSummaryProvider()
H A DCocoa.cpp1144 int8_t value = (real_guy_sp->GetValueAsSigned(0) & 0xFF); in ObjCBOOLSummaryProvider()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig497 return self.sbvalue.GetValueAsSigned()
503 return float (self.sbvalue.GetValueAsSigned())
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.cpp534 int64_t val = valobj->GetValueAsSigned(0, &success); in Interpret()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h878 int64_t GetValueAsSigned() const { return m_value.getSExtValue(); } in GetValueAsSigned() function
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h442 virtual int64_t GetValueAsSigned(int64_t fail_value, bool *success = nullptr);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp732 int64_t integer = valobj.GetValueAsSigned(0, &success); in DumpValueWithLLVMFormat()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1128 int64_t ValueObject::GetValueAsSigned(int64_t fail_value, bool *success) { in GetValueAsSigned() function in ValueObject
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp72478 result = (int64_t)(arg1)->GetValueAsSigned(); in _wrap_SBTypeEnumMember_GetValueAsSigned()
77071 result = (int64_t)(arg1)->GetValueAsSigned(*arg2,arg3); in _wrap_SBValue_GetValueAsSigned__SWIG_0()
77102 result = (int64_t)(arg1)->GetValueAsSigned(*arg2); in _wrap_SBValue_GetValueAsSigned__SWIG_1()
77194 result = (int64_t)(arg1)->GetValueAsSigned(arg2); in _wrap_SBValue_GetValueAsSigned__SWIG_2()
77218 result = (int64_t)(arg1)->GetValueAsSigned(); in _wrap_SBValue_GetValueAsSigned__SWIG_3()