Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2186 ValueObjectSP final_value = ret_val->Dereference(error); in GetValueForExpressionPath() local
2187 if (error.Fail() || !final_value.get()) { in GetValueForExpressionPath()
2197 return final_value; in GetValueForExpressionPath()
2203 ValueObjectSP final_value = ret_val->AddressOf(error); in GetValueForExpressionPath() local
2204 if (error.Fail() || !final_value.get()) { in GetValueForExpressionPath()
2214 return final_value; in GetValueForExpressionPath()