Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1124 llvm::Expected<llvm::APSInt> ValueObject::GetValueAsAPSInt() { in GetValueAsAPSInt() function in ValueObject
1166 auto value_or_err = GetValueAsAPSInt(); in GetValueAsBool()
1246 auto value_or_err = new_val_sp->GetValueAsAPSInt(); in SetValueFromInteger()
3223 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()
3263 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()
3280 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()
3360 auto value_or_err = GetValueAsAPSInt(); in CastToEnumType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h446 llvm::Expected<llvm::APSInt> GetValueAsAPSInt();