Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1146 llvm::Expected<llvm::APFloat> ValueObject::GetValueAsAPFloat() { in GetValueAsAPFloat() function in ValueObject
1171 auto value_or_err = GetValueAsAPFloat(); in GetValueAsBool()
1252 auto value_or_err = new_val_sp->GetValueAsAPFloat(); in SetValueFromInteger()
3208 auto float_value_or_err = GetValueAsAPFloat(); in CastToBasicType()
3241 auto float_value_or_err = GetValueAsAPFloat(); in CastToBasicType()
3295 auto float_value_or_err = GetValueAsAPFloat(); in CastToBasicType()
3339 auto value_or_err = GetValueAsAPFloat(); in CastToEnumType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h450 llvm::Expected<llvm::APFloat> GetValueAsAPFloat();