Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1146 llvm::Expected<llvm::APSInt> ValueObject::GetValueAsAPSInt() { in GetValueAsAPSInt() function in ValueObject
1188 auto value_or_err = GetValueAsAPSInt(); in GetValueAsBool()
1273 auto value_or_err = new_val_sp->GetValueAsAPSInt(); in SetValueFromInteger()
3187 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()
3226 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()
3244 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType()
3329 auto value_or_err = GetValueAsAPSInt(); in CastToEnumType()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h446 llvm::Expected<llvm::APSInt> GetValueAsAPSInt();